Macro tuple_impl_body

Source
macro_rules! tuple_impl_body {
    ($len:tt => ($($n:tt $name:ident)+)) => { ... };
}