Searched defs:LazilyResolvedCapture (Results 1 – 1 of 1) sorted by relevance
302 struct LazilyResolvedCapture { struct303 sync: Once,304 capture: UnsafeCell<Capture>,307 impl LazilyResolvedCapture { impl332 unsafe impl Sync for LazilyResolvedCapture where Capture: Sync {} implementation