Trait Adler32Hash
trait Adler32Hash
A Adler-32 hash-able type.
Required Methods
fn hash(self: &Self) -> u32Feeds this value into
Adler32.
Implementors
impl<SIZE: usize> Adler32Hash for [u8; SIZE]impl Adler32Hash for &[u8]impl Adler32Hash for &str