Searched refs:try_access (Results 1 – 2 of 2) sorted by relevance
99 pub fn try_access(&self) -> Option<RevocableGuard<'_, T>> { in try_access() method141 self.try_access().map(|t| f(&*t)) in try_access_with()
271 pub fn try_access(&self) -> Option<RevocableGuard<'_, T>> { in try_access() method272 self.data().try_access() in try_access()