Home
last modified time | relevance | path

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

/external/rust/crates/anyhow/src/
Dbacktrace.rs302 struct LazilyResolvedCapture { struct
303 sync: Once,
304 capture: UnsafeCell<Capture>,
307 impl LazilyResolvedCapture { impl
332 unsafe impl Sync for LazilyResolvedCapture where Capture: Sync {} implementation