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

pub trait TupleMove1<C0>: IntoField<I0, Ty = C0> { }

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

Implementors

impl<C0, This> TupleMove1<C0> for This where
    This: IntoField<I0, Ty = C0>, 
[src]

Loading content...