[][src]Macro dager::impl_insig

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, ...);