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

pub trait ArrayMove1<T>: IntoField<I0, 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> ArrayMove1<T> for This where
    This: IntoField<I0, Ty = T>, 
[src]

Loading content...