This commit is contained in:
John Smith
2023-03-07 01:05:12 +00:00
parent 5ae3cc0d72
commit 0d614c61a2
3 changed files with 14 additions and 10 deletions
@@ -493,6 +493,10 @@ impl<'a> NodeRefLocked<'a> {
nr,
}
}
pub fn unlocked(&self) -> NodeRef {
self.nr.clone()
}
}
impl<'a> NodeRefBase for NodeRefLocked<'a> {