[][src]Trait tuples::tuple_n::Tuple2

pub trait Tuple2: Tuple {
    type Item0;
    type Item1;
}

Associated Types

type Item0

type Item1

Loading content...

Implementors

impl<T0, T1> Tuple2 for (T0, T1)[src]

type Item0 = T0

type Item1 = T1

Loading content...