Trait content::ContentHasher [] [src]

pub trait ContentHasher where
    Self: Write + Sized
{ type Digest: Eq + Hash + Clone + Content<Self> + AsRef<[u8]>; fn new() -> Self; fn fin(self) -> Self::Digest; fn null() -> Self::Digest { ... } }

Associated Types

Required Methods

Provided Methods

Implementors