Struct rustc_data_structures::OnDrop [−][src]
pub struct OnDrop<F: Fn()>(pub F);
Tuple Fields
0: F
Implementations
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for OnDrop<F> where
F: RefUnwindSafe,
impl<F> UnwindSafe for OnDrop<F> where
F: UnwindSafe,
Blanket Implementations
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.