Function hashbrown::scopeguard::guard

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