pub trait ToDiagnostic<P>where
P: Parser,{
// Required method
fn into_diagnostic(self, p: &P) -> ParseDiagnostic;
}pub trait ToDiagnostic<P>where
P: Parser,{
// Required method
fn into_diagnostic(self, p: &P) -> ParseDiagnostic;
}