[][src]Trait tuples::tuple_n::Tuple10

pub trait Tuple10: Tuple {
    type Item0;
    type Item1;
    type Item2;
    type Item3;
    type Item4;
    type Item5;
    type Item6;
    type Item7;
    type Item8;
    type Item9;
}

Associated Types

type Item0

type Item1

type Item2

type Item3

type Item4

type Item5

type Item6

type Item7

type Item8

type Item9

Loading content...

Implementors

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> Tuple10 for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)[src]

type Item0 = T0

type Item1 = T1

type Item2 = T2

type Item3 = T3

type Item4 = T4

type Item5 = T5

type Item6 = T6

type Item7 = T7

type Item8 = T8

type Item9 = T9

Loading content...