Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/intertrait/src/
H A Dhasher.rs7 pub struct FastHasher(u64); struct
12 impl Hasher for FastHasher { implementation