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

pub trait Type: ToIString + IArithm + ToINumeric + AsIterable + AsComposable + AsInvocable + Send + Sync + Debug {
    fn iclone<'a>(&self) -> BType<'a>;
    fn to_bool(&self) -> bool;
}

Required Methods

fn iclone<'a>(&self) -> BType<'a>

fn to_bool(&self) -> bool

Implementors