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