Skip to main content

StdCArcArray

Type Alias StdCArcArray 

Source
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 */ }