Struct bytehash::Wrapped[][src]

pub struct Wrapped<H>(_);

Wrapping any Hasher in ByteHash

Trait Implementations

impl<H: Debug> Debug for Wrapped<H>
[src]

Formats the value using the given formatter. Read more

impl<H: Clone> Clone for Wrapped<H>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<H> ByteHash for Wrapped<H> where
    H: 'static + Hasher + Default + Clone + Debug
[src]

The type that is used for the final hash value

The state for computing hashes

Construct a new hash-state

Auto Trait Implementations

impl<H> Send for Wrapped<H> where
    H: Send

impl<H> Sync for Wrapped<H> where
    H: Sync