Home
last modified time | relevance | path

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

/external/rust/crates/anyhow/src/
Dbacktrace.rs306 struct LazilyResolvedCapture { struct
307 sync: Once,
308 capture: UnsafeCell<Capture>,
311 impl LazilyResolvedCapture { impl
336 unsafe impl Sync for LazilyResolvedCapture where Capture: Sync {} implementation