Trait mpl::symbols::Terminal[][src]

pub trait Terminal<'input, I, V, S, P, O> where
    I: ?Sized
{ fn eval(
        &self,
        input: &'input I,
        pos: P,
        max_pos: &P
    ) -> Result<AST<V, S, O>, AST<V, S, O>>; }
Expand description

Original terminal symbol types.

Required methods

Implementors