macro_rules! impl_insig {
($($Gen:ident : $Idx:tt), +) => { ... };
}Expand description
Implemets the InSignature trait for any tupel of the for (A, B, C, …) denoted as impl_insig!(A:0, B:1, C:2, …);
macro_rules! impl_insig {
($($Gen:ident : $Idx:tt), +) => { ... };
}Implemets the InSignature trait for any tupel of the for (A, B, C, …) denoted as impl_insig!(A:0, B:1, C:2, …);