Macro nom::separated_pair_sep [] [src]

macro_rules! separated_pair_sep {
    ($i:expr, $separator:ident, $submac1:ident!( $($args1:tt)* ), $($rest:tt)+) => { ... };
    ($i:expr, $separator:ident, $f:expr, $($rest:tt)+) => { ... };
}