Searched defs:OptGuard (Results 1 – 1 of 1) sorted by relevance
443 struct OptGuard<'a, T>(Pin<&'a mut Option<T>>, bool); struct445 impl<'a, T> OptGuard<'a, T> { impl455 impl<'a, T> Drop for OptGuard<'a, T> { implementation