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

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

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

Implementors

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

Loading content...