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