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

pub trait Tuple1<C0>: IntoFieldMut<I0, Ty = C0> { }

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

Implementors

impl<C0, This> Tuple1<C0> for This where
    This: IntoFieldMut<I0, Ty = C0>, 
[src]

Loading content...