Trait tract_pulse::internal::SloppyHash
pub trait SloppyHash {
// Required method
fn sloppy_hash<S>(&self, state: &mut S)
where S: Hasher;
}
pub trait SloppyHash {
// Required method
fn sloppy_hash<S>(&self, state: &mut S)
where S: Hasher;
}