macro_rules! single_tuple_impl { ($count:literal : $(($field:tt $ftype:ident)),* $(,)?) => { ... }; }