nom::map_opt_impl! [] [src]

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

Internal parser, do not use directly