pub trait MayDrop {
    const MUST_DROP: bool;
}

Required Associated Constants

Implementors