Skip to main content

StdCBox

Type Alias StdCBox 

Source
pub type StdCBox<T> = CBox<T, StdAllocator>;
Available on crate feature std only.
Expand description

The alias for CBox with [StdAllocator].

Aliased Typeยง

pub struct StdCBox<T> { /* private fields */ }