Type Alias PErr

Source
pub type PErr<'a> = DiagBuilder<'a, ErrorGuaranteed>;
Expand description

Parser error type.

Aliased Typeยง

struct PErr<'a> { /* private fields */ }