pub type StdFixedArray<T> = FixedArray<T, StdAllocator>;Available on crate feature
std only.Expand description
The alias for FixedArray with [StdAllocator].
Aliased Typeยง
pub struct StdFixedArray<T> { /* private fields */ }pub type StdFixedArray<T> = FixedArray<T, StdAllocator>;std only.The alias for FixedArray with [StdAllocator].
pub struct StdFixedArray<T> { /* private fields */ }