Trait incrust::types::abc::AsBool [] [src]

pub trait AsBool {
    fn is_bool(&self) -> bool;
    fn to_bool(&self) -> bool;
}

Required Methods

Implementors