macro_rules! T {
{ $e:expr } => { ... };
}Expand description
Define the type LocalParseErrorContext to a type that implements
ParseContext where using this macro!
macro_rules! T {
{ $e:expr } => { ... };
}Define the type LocalParseErrorContext to a type that implements
ParseContext where using this macro!