hashbrown::scopeguard

Function guard

source
pub fn guard<T, F>(value: T, dropfn: F) -> ScopeGuard<T, F>
where F: FnMut(&mut T),