pub trait AnyArrayLength {
type OutputArrayLength<T>: ArrayLength<T>;
}
Expand description
A marker type denoting that Self
corresponds to an ArrayLength
over any type
Required Associated Types
sourcetype OutputArrayLength<T>: ArrayLength<T>
type OutputArrayLength<T>: ArrayLength<T>
The underlying ArrayLength
, which should always equal Self