impl_outsig

Macro impl_outsig 

Source
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, …);