Trait tuples::tuple_n::Tuple11

source ·
pub trait Tuple11: Tuple {
    type Item0;
    type Item1;
    type Item2;
    type Item3;
    type Item4;
    type Item5;
    type Item6;
    type Item7;
    type Item8;
    type Item9;
    type Item10;
}

Required Associated Types§

Implementations on Foreign Types§

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Tuple11 for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)

§

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

§

type Item10 = T10

Implementors§