Macro nom::wrap_sep[][src]

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

applies the separator parser before the other parser