Trait heapless::ArrayLength[][src]

pub unsafe trait ArrayLength<T>: Unsigned {
    type ArrayType;
}

Trait making GenericArray work, marking types to be used as length of an array

Associated Types

Associated type representing the array type for the number

Implementations on Foreign Types

impl<T> ArrayLength<T> for UTerm
[src]

impl<T, N> ArrayLength<T> for UInt<N, B1> where
    N: ArrayLength<T>, 
[src]

impl<T, N> ArrayLength<T> for UInt<N, B0> where
    N: ArrayLength<T>, 
[src]

Implementors