Searched refs:DevresGuard (Results 1 – 1 of 1) sorted by relevance
396 pub struct DevresGuard<'a, F: CovariantForLt>(RevocableGuard<'a, F::Of<'static>>); struct398 impl<'a, F: CovariantForLt> core::ops::Deref for DevresGuard<'a, F> { implementation487 pub fn try_access(&self) -> Option<DevresGuard<'_, F>> { in try_access()488 self.0.data().try_access().map(DevresGuard) in try_access()