Crate owned_drop

Source

Structs§

DropOwned
Once this type gets dropped, the contained value is passed to the drop_owned function it has to implement.

Traits§

OwnedDroppable
This trait has to be implemented for types that can be dropped ownedly.

Functions§

drop_owned
Creates a new instance of DropOwned containing the passed val.