[][src]Crate nodrop

[]

A wrapper type to inhibit drop (destructor).

Deprecated: Use ManuallyDrop or MaybeUninit instead!

The nodrop crate has the following cargo feature flags:

Structs

NoDrop

A type holding T that will not call its destructor on drop