Type Alias ParseError

Source
pub type ParseError = Box<Error<Rule>>;

Aliased Typeยง

struct ParseError(/* private fields */);