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

pub trait Array1<T>: IntoFieldMut<I0, Ty = T> { }

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

Implementors

impl<This: ?Sized, T> Array1<T> for This where
    This: IntoFieldMut<I0, Ty = T>, 
[src]

Loading content...