Macro impl_is_zero_tuples
macro_rules! impl_is_zero_tuples {
() => { ... };
($first_arg:ident $(,$rest:ident)*) => { ... };
}
impl_is_zero_tuplesmacro_rules! impl_is_zero_tuples {
() => { ... };
($first_arg:ident $(,$rest:ident)*) => { ... };
}