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

pub trait Type: ToIString + IArithm + ToINumeric + IClone + AsIIter + Send + Sync + Debug {
    fn to_bool(self: &Self) -> bool;
}

Required Methods

fn to_bool(self: &Self) -> bool

Implementors