pub trait Adler32Hash {
// Required method
fn hash(&self) -> u32;
}Expand description
A Adler-32 hash-able type.
Required Methods§
Implementations on Foreign Types§
Source§impl<const SIZE: usize> Adler32Hash for [u8; SIZE]
Available on crate feature const-generics only.
impl<const SIZE: usize> Adler32Hash for [u8; SIZE]
Available on crate feature
const-generics only.