Trait little::Function
[−]
[src]
pub trait Function<V> { fn invoke<'r>(&self, &'r [V]) -> LittleResult<V>; }
External template function.
This function is called from inside processor, and is used to implement various helpers.