Macro generics::concat[][src]

macro_rules! concat {
    ($callback : path { $($callback_args : tt) * }
 $($([$($g : tt) *] [$($r : tt) *] [$($w : tt) *]), + $(,) ?) ?) => { ... };
}
Expand description

Concats several parse calls results together.