Macro ParseErrorUnknown
macro_rules! ParseErrorUnknown {
() => { ... };
}
Expand description
Pattern that matches an unknown ParseError
member.
macro_rules! ParseErrorUnknown {
() => { ... };
}
Pattern that matches an unknown ParseError
member.