pub trait ToBool {
    // Required method
    fn to_bool(&self) -> Self;
}

Required Methods§

source

fn to_bool(&self) -> Self

Implementors§