Type Alias ParseError

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

Aliased Typeยง

pub struct ParseError(/* private fields */);