[][src]Crate drop_take

Traits

DropTake

Take ownership of members of a type during Drop::drop instead of only having a &mut to them.

Take

Types that can be taken from during DropTake-powered deconstructing.