Trait tuples::tuple_n::Tuple7

source ·
pub trait Tuple7: Tuple {
    type Item0;
    type Item1;
    type Item2;
    type Item3;
    type Item4;
    type Item5;
    type Item6;
}

Required Associated Types§

Implementations on Foreign Types§

source§

impl<T0, T1, T2, T3, T4, T5, T6> Tuple7 for (T0, T1, T2, T3, T4, T5, T6)

§

type Item0 = T0

§

type Item1 = T1

§

type Item2 = T2

§

type Item3 = T3

§

type Item4 = T4

§

type Item5 = T5

§

type Item6 = T6

Implementors§