pub trait Bool {
    const DROP: bool;
}

Required Associated Constants

Implementors