pub type DefaultParser<I> = Parser<I, StringBuilder>;
Expand description
A parser which will use a default AST builder implementation,
yielding results in terms of types defined in the ast
module.
Aliased Typeยง
pub struct DefaultParser<I> { /* private fields */ }