Home
last modified time | relevance | path

Searched defs:HashFlavor (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/icu_provider/src/export/
Dpayload.rs254 struct HashFlavor<'a, H>(&'a mut H, usize); in hash_and_postcard_size() struct
255 impl<H: core::hash::Hasher> Flavor for HashFlavor<'_, H> { in hash_and_postcard_size() implementation