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

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

Required Methods

Implementors