Searched defs:LockWrapper (Results 1 – 1 of 1) sorted by relevance
353 struct LockWrapper<'a, T: ?Sized + fmt::Debug>(Option<FairMutexGuard<'a, T>>); in fmt() struct355 impl<T: ?Sized + fmt::Debug> fmt::Debug for LockWrapper<'_, T> { in fmt() implementation