pub trait Hasher16 { // Required methods fn reset(&mut self); fn write(&mut self, bytes: &[u8]); fn sum16(&self) -> u16; }