pub trait Digestible {
    fn digest(&self) -> Digest;
}

Required methods

Implementations on Foreign Types

Implementors