Struct multihash::Blake3Hasher [−][src]
pub struct Blake3Hasher<S: Size> { /* fields omitted */ }
Multihash hasher.
Trait Implementations
impl<S: Debug + Size> Debug for Blake3Hasher<S>
[src]
impl<S: Debug + Size> Debug for Blake3Hasher<S>
[src]impl<S: Size> StatefulHasher for Blake3Hasher<S>
[src]
impl<S: Size> StatefulHasher for Blake3Hasher<S>
[src]Auto Trait Implementations
impl<S> RefUnwindSafe for Blake3Hasher<S> where
S: RefUnwindSafe,
S: RefUnwindSafe,
impl<S> Send for Blake3Hasher<S>
impl<S> Sync for Blake3Hasher<S>
impl<S> Unpin for Blake3Hasher<S> where
S: Unpin,
S: Unpin,
impl<S> UnwindSafe for Blake3Hasher<S> where
S: UnwindSafe,
S: UnwindSafe,