pub trait Capacity<T>:
ArrayLength<T>
+ PickIndexBreakpointsForCapacity
+ IsLess<U1>
+ IsLess<U2>
+ IsLess<U256>
+ IsLess<U65536>
+ IsLess<U4294967296> { }
Expand description
A trait implemented by typenum
’s unsigned integers, which lets them be used to define the
capacity of GenericArrayVec
/GenericArrayString
.
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.