Macro abortable_parser::run[][src]

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

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