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

pub trait Type<'r>: AsString + AsBool + AsReal + AsInt + AsIterable + AsIndexable + AsMappable + AsComposable + AsInvocable + AsPartialEq + AsPartialOrd + IArithm + IRender + Debug + Send + Sync {
    fn clone_type(&self) -> Arg<'static>;
}

Required Methods

Implementors