Trait alpm::Bool

source ·
pub trait Bool {
    const DROP: bool;
}

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Bool for False

source§

const DROP: bool = false

source§

impl Bool for True

source§

const DROP: bool = true