Trait dynhash::HashType

source ·
pub trait HashType {
    fn as_string(&self) -> &'static str;
    fn new_with_content(&self, f: &[u8]) -> Result<Box<dyn Hash>, HashError>;
    fn len(&self) -> usize;
}

Required Methods

Trait Implementations

Formats the value using the given formatter. Read more

Implementors