Searched defs:HashFlavor (Results 1 – 1 of 1) sorted by relevance
254 struct HashFlavor<'a, H>(&'a mut H, usize); in hash_and_postcard_size() struct255 impl<H: core::hash::Hasher> Flavor for HashFlavor<'_, H> { in hash_and_postcard_size() implementation