pub type StdCBox<T> = CBox<T, StdAllocator>;
std
The alias for CBox with [StdAllocator].
CBox
StdAllocator
pub struct StdCBox<T> { /* private fields */ }