Home
last modified time | relevance | path

Searched defs:SecretWithSeedError (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/twox-hash/src/xxhash3/
Dstreaming.rs492 pub struct SecretWithSeedError<S>(S); struct
494 impl<S> SecretWithSeedError<S> { implementation
501 impl<S> core::error::Error for SecretWithSeedError<S> {} implementation
503 impl<S> core::fmt::Debug for SecretWithSeedError<S> { implementation
509 impl<S> core::fmt::Display for SecretWithSeedError<S> { implementation