macro_rules! parse_ident {
($input:ident, $value:expr) => { ... };
}
Expand description
Parses an identifier with a specific value, or throws an error otherwise.
macro_rules! parse_ident {
($input:ident, $value:expr) => { ... };
}
Parses an identifier with a specific value, or throws an error otherwise.