Home
last modified time | relevance | path

Searched defs:DropGuard (Results 1 – 1 of 1) sorted by relevance

/linux/rust/pin-init/src/
H A D__internal.rs221 pub struct DropGuard<T: ?Sized> { struct
225 impl<T: ?Sized> DropGuard<T> { impl
242 impl<T: ?Sized> Drop for DropGuard<T> { implementation