PErr

Type Alias PErr 

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

Parser error type.

Aliased Typeยง

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