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

pub trait ArrayMove3<T>: IntoField<I0, Ty = T> + IntoField<I1, Ty = T> + IntoField<I2, Ty = T> { }

A structural alias for an array of this size. With shared and by value access to the elements.

Implementors

impl<This: ?Sized, T> ArrayMove3<T> for This where
    This: IntoField<I0, Ty = T> + IntoField<I1, Ty = T> + IntoField<I2, Ty = T>, 
[src]

Loading content...