pub trait Adler32Hash { // Required method fn hash(&self) -> u32; }
A Adler-32 hash-able type.
Feeds this value into Adler32.
Adler32