Trait ToBoolean

Source
pub trait ToBoolean {
    // Required method
    fn to_boolean(&self) -> Boolean;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ToBoolean for bool

Implementors§