[]Trait librelic::prelude::blake2::crypto_mac::generic_array::ArrayLength

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

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

Loading content...

Implementors

impl<T> ArrayLength<T> for UTerm

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

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

Loading content...