macro_rules! ParseErrorUnknown {
    () => { ... };
}
Expand description

Pattern that matches an unknown ParseError member.