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

pub trait IInvocable<'a>: Send + Sync {
    fn invoke(&self, args: &[BType], context: &Context) -> EvalResult;
}

Required Methods

Implementors