[−][src]Trait as_slice::AsSlice
Something that can be seen as an immutable slice
NOTE: This trait is implemented for arrays ([T; N]
) of sizes 0 to 256 (inclusive). These
implementations don't show in the documentation because they would reduce readability.
Associated Types
Required methods
Implementations on Foreign Types
impl<T, N> AsSlice for GenericArray<T, N> where
N: ArrayLength<T>,
[src][−]
N: ArrayLength<T>,