Trait async_hash::HashStream[][src]

pub trait HashStream<D>: Stream + Sized where
    D: Digest + Send,
    Self::Item: Hash<D>, 
{ fn hash<'async_trait>(
        self
    ) -> Pin<Box<dyn Future<Output = Output<D>> + Send + 'async_trait>>
    where
        Self: Send + 'async_trait
, { ... } }

Provided methods

Implementors