Function drop_guard::guard[][src]

pub fn guard<T: Sized, F: FnMut(T)>(thing: T, func: F) -> DropGuard<T, F>