TryToBool

Trait TryToBool 

Source
pub trait TryToBool {
    // Required method
    fn try_to_bool(&self) -> Option<bool>;
}

Required Methods§

Implementors§