Trait mpl::output::Output[][src]

pub trait Output<'input, I: ?Sized, V, S>: Sized {
    fn output_ast(input: &'input I, cst: CST<V, S, Self>) -> AST<V, S, Self>;
}
Expand description

Output types.

Required methods

Implementations on Foreign Types

Implementors