Macro abortable_parser::run

source ·
macro_rules! run {
    ($i:expr, $f:ident) => { ... };
}
Expand description

Converts a function indentifier into a macro call. Useful when writing your own macro combinator.