Structs§
- Drop
Owned - Once this type gets dropped, the contained value
is passed to the
drop_owned
function it has to implement.
Traits§
- Owned
Droppable - This trait has to be implemented for types that can be dropped ownedly.
Functions§
- drop_
owned - Creates a new instance of
DropOwned
containing the passedval
.