impl_insig

Macro impl_insig 

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