Trait content::Content [] [src]

pub trait Content<H> where
    Self: Sized,
    H: ContentHasher
{ fn to_content(&self, sink: &mut Sink<H>) -> Result<()>; fn from_content(source: &mut Source<H>) -> Result<Self>; }

Required Methods

Implementors