Macro nom_config::lift_config [] [src]

macro_rules! lift_config {
    ($i:expr, $submac:ident!( $($args:tt)* )) => { ... };
    ($i:expr, $f:expr) => { ... };
}

Lifts the configuration off the type for inner parsers