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§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.