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

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

Required Methods

Implementors