Crate nodrop [] [src]

The nodrop crate has the following cargo feature flags:

  • std
    • Optional, enabled by default
    • Requires Rust 1.6 to disable
    • Use libstd
  • use_needs_drop
    • Optional
    • Requires nightly channel.
    • Use needs_drop to skip overwriting if not necessary

Structs

NoDrop

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