Searched refs:MapleGuard (Results 1 – 1 of 1) sorted by relevance
238 pub fn lock(&self) -> MapleGuard<'_, T> { in lock()243 MapleGuard(self) in lock()311 pub struct MapleGuard<'tree, T: ForeignOwnable>(&'tree MapleTree<T>); struct313 impl<'tree, T: ForeignOwnable> Drop for MapleGuard<'tree, T> { implementation321 impl<'tree, T: ForeignOwnable> MapleGuard<'tree, T> { implementation