[][src]Function with_drop::with_drop

pub fn with_drop<T, F: FnOnce(T)>(inner: T, drop_fn: F) -> WithDrop<T, F>

Alias for WithDrop::new