Skip to main content

StdCArc

Type Alias StdCArc 

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