Crate no_drop

source ·
Expand description

A simple wrapper that prevents the inner object from being dropped.

Structs

  • A wrapper for an inner object that ensures the inner object is never dropped.