Skip to main content

BooleanDefaultTrue

Type Alias BooleanDefaultTrue 

Source
pub type BooleanDefaultTrue = Option<bool>;
Expand description

Boolean that defaults to true when None.

Aliased Type§

pub enum BooleanDefaultTrue {
    None,
    Some(bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(bool)

Some value of type T.