[][src]Macro generics::concat

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

Concats several parse calls results together.