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

pub trait TupleMove3<C0, C1, C2>: IntoField<I0, Ty = C0> + IntoField<I1, Ty = C1> + IntoField<I2, Ty = C2> { }

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

Implementors

impl<C0, C1, C2, This> TupleMove3<C0, C1, C2> for This where
    This: IntoField<I0, Ty = C0> + IntoField<I1, Ty = C1> + IntoField<I2, Ty = C2>, 
[src]

Loading content...