Bool

Type Alias Bool 

Source
pub type Bool = Spanned<bool>;
Expand description

true or false + span information

Aliased Typeยง

pub struct Bool { /* private fields */ }