pub type AnyParseError<'a> = TypedParseError<'a, AnyGrammar>;Expand description
Parse-error alias for grammar-independent pipelines.
Aliased Type§
pub struct AnyParseError<'a>(/* private fields */);pub type AnyParseError<'a> = TypedParseError<'a, AnyGrammar>;Parse-error alias for grammar-independent pipelines.
pub struct AnyParseError<'a>(/* private fields */);