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

pub trait Tuple1Variant<C0, V>: IntoVariantFieldMut<V, I0, Ty = C0> { }

A structural alias for a tuple variant of the size, in which all fields have mutable and by-value accessors.

The last type parameter takes the name of the variant as a TStr

Implementors

impl<C0, This, V> Tuple1Variant<C0, V> for This where
    This: IntoVariantFieldMut<V, I0, Ty = C0>, 
[src]

Loading content...