Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/
Dlazy_v2.rs8 pub struct LazyV2<T: Sync> { struct
13 unsafe impl<T: Sync> Sync for LazyV2<T> {} argument
15 impl<T: Sync> LazyV2<T> { impl