pub trait BoolTriboolExt: TriboolExt<bool> {
// Required methods
fn get_or(&self, default: bool) -> bool;
fn is_undef(&self) -> bool;
fn get_str(&self) -> String;
}Expand description
Extend Option
pub trait BoolTriboolExt: TriboolExt<bool> {
// Required methods
fn get_or(&self, default: bool) -> bool;
fn is_undef(&self) -> bool;
fn get_str(&self) -> String;
}Extend Option