[][src]Trait left_right::aliasing::DropBehavior

pub trait DropBehavior {
    pub const DO_DROP: bool;
}

Dictates the dropping behavior for the implementing type when used with Aliased.

Associated Constants

pub const DO_DROP: bool[src]

An Aliased<T, D> will drop its inner T if and only if D::DO_DROP is true

Loading content...

Implementors

Loading content...