Trait generic_array::ArrayLength [−][src]
Trait making GenericArray work, marking types to be used as length of an array
Associated Types
type ArrayType
Associated type representing the array type for the number
Implementations on Foreign Types
impl<T> ArrayLength<T> for UTerm[src]
impl<T> ArrayLength<T> for UTermtype ArrayType
impl<T, N: ArrayLength<T>> ArrayLength<T> for UInt<N, B0>[src]
impl<T, N: ArrayLength<T>> ArrayLength<T> for UInt<N, B0>type ArrayType
impl<T, N: ArrayLength<T>> ArrayLength<T> for UInt<N, B1>[src]
impl<T, N: ArrayLength<T>> ArrayLength<T> for UInt<N, B1>