Searched defs:Guard (Results 1 – 1 of 1) sorted by relevance
149 pub struct Guard<'a, T: ForeignOwnable> { struct154 impl<T: ForeignOwnable> Drop for Guard<'_, T> { argument179 impl<'a, T: ForeignOwnable> Guard<'a, T> { implementation