nom::separated_pair2! [] [src]

macro_rules! separated_pair2 {
    ($i:expr, $res1:ident, $submac3:ident!( $($args3:tt)* )) => { ... };
    ($i:expr, $res1:ident, $h:expr) => { ... };
}

Internal parser, do not use directly