Home
last modified time | relevance | path

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

/external/rust/crates/getrandom/src/
Dutil.rs54 pub struct LazyBool(LazyUsize); struct
56 impl LazyBool { implementation