[][src]Trait structural::structural_aliases::tuple_traits::Tuple2

pub trait Tuple2<C0, C1>: IntoFieldMut<I0, Ty = C0> + IntoFieldMut<I1, Ty = C1> { }

A structural alias for a tuple of the size. With shared,mutable,and by value access to the fields.

Implementors

impl<C0, C1, This> Tuple2<C0, C1> for This where
    This: IntoFieldMut<I0, Ty = C0> + IntoFieldMut<I1, Ty = C1>, 
[src]

Loading content...