Searched defs:RevocableGuard (Results 1 – 1 of 1) sorted by relevance
195 pub struct RevocableGuard<'a, T> { struct201 impl<T> RevocableGuard<'_, T> { impl211 impl<T> Deref for RevocableGuard<'_, T> { implementation