Searched defs:LazyV2 (Results 1 – 1 of 1) sorted by relevance
8 pub struct LazyV2<T: Sync> { struct13 unsafe impl<T: Sync> Sync for LazyV2<T> {} implementation15 impl<T: Sync> LazyV2<T> { implementation