[][src]Macro dager::impl_outsig

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