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

pub trait Type: AsString + AsBool + AsReal + AsInt + AsIterable + AsComposable + AsInvocable + AsPartialEq + AsPartialOrd + IArithm + IRender + Debug + Send + Sync {
    fn iclone(&self) -> BType;
}

Required Methods

Implementors