Macro esr::allow

source ·
macro_rules! allow {
    ($parser:ident, $p:pat => $eval:expr) => { ... };
}
Expand description

If the next token matches $p, consume that token and execute $eval.