[][src]Trait structural::structural_aliases::array_traits::Array13Variant

pub trait Array13Variant<T, V>: ArrayVariant_0_8<T, V> + IntoVariantFieldMut<V, I8, Ty = T> + IntoVariantFieldMut<V, I9, Ty = T> + IntoVariantFieldMut<V, I10, Ty = T> + IntoVariantFieldMut<V, I11, Ty = T> + IntoVariantFieldMut<V, I12, Ty = T> { }

A structural alias for a tuple variant that's homogeneous up to the size of the array).

The V generic parameter is the name of the variant. Examples of the V parameter for a variant named Foo:

  • TS!(Foo)
  • TS!(Bar)
  • TS!(0)

Implementors

impl<This: ?Sized, V, T> Array13Variant<T, V> for This where
    This: ArrayVariant_0_8<T, V> + IntoVariantFieldMut<V, I8, Ty = T> + IntoVariantFieldMut<V, I9, Ty = T> + IntoVariantFieldMut<V, I10, Ty = T> + IntoVariantFieldMut<V, I11, Ty = T> + IntoVariantFieldMut<V, I12, Ty = T>, 
[src]

Loading content...