Macro arg_combinators::unflatten_closure[][src]

macro_rules! unflatten_closure {
    ( $p:pat => $tup:expr ) => { ... };
    ( $p:pat => ( $($tup:tt)* ), $head:expr $(, $tail:expr)* ) => { ... };
}