A wrapper type to inhibit drop (destructor). Deprecated: Use ManuallyDrop or MaybeUninit instead.
# Cargo.toml
[dependencies]
nodrop = "0.1.14"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Wraps a value to inhibit its destructor.
Replace with ManuallyDrop or MaybeUninit from the standard library.
No dependency data recorded yet.