Skip to main content

TupleMove1

Trait TupleMove1 

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

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

Implementors§

Source§

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