[][src]Trait lhlist::Bool

pub trait Bool {
    const VALUE: bool;
}

Trait for types that signify true or false.

Associated Constants

const VALUE: bool

true or false value

Loading content...

Implementors

impl Bool for False[src]

impl Bool for True[src]

Loading content...