Trait blot::core::Blot

source ·
pub trait Blot {
    fn blot<T: Multihash>(&self, _: &T) -> Harvest;

    fn digest<D: Multihash>(&self, digester: D) -> Hash<D> { ... }
}
Expand description

Trait for blot implementations.

Required Methods

Provided Methods

Implementations on Foreign Types

Implementors