Trait generic_array::arr::AddLength
source · pub trait AddLength<T, N: ArrayLength<T>>: ArrayLength<T> {
type Output: ArrayLength<T>;
}
Expand description
Helper trait for arr!
macro
Required Associated Types§
sourcetype Output: ArrayLength<T>
type Output: ArrayLength<T>
Resulting length
Object Safety§
This trait is not object safe.