Searched defs:LazilyResolvedCapture (Results 1 – 1 of 1) sorted by relevance
306 struct LazilyResolvedCapture { struct307 sync: Once,308 capture: UnsafeCell<Capture>,311 impl LazilyResolvedCapture { impl336 unsafe impl Sync for LazilyResolvedCapture where Capture: Sync {} implementation