ValueBool

Type Alias ValueBool 

Source
pub type ValueBool = Value<bool>;

Aliased Type§

pub enum ValueBool {
    Value(bool),
    Null,
    Unknown,
}

Variants§

§

Value(bool)

Value is present

§

Null

No value is present

§

Unknown

Value is unknown