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