Trait cipher::ArrayLength
source · pub unsafe trait ArrayLength<T>: Unsigned {
type ArrayType;
}
Expand description
Trait making GenericArray
work, marking types to be used as length of an array
Required Associated Types§
Object Safety§
This trait is not object safe.