Trait left_right::aliasing::DropBehavior
source · [−]Expand description
Dictates the dropping behavior for the implementing type when used with Aliased
.
Required Associated Constants
An Aliased<T, D>
will drop its inner T
if and only if D::DO_DROP
is true