Module cl_generic_vec::raw
source ·
[−]Expand description
The raw vector type that back-up the GenericVec
Structs
Error on failure to allocate
Wrapper for a Box<S>. Needed to implement some traits that could not be implemented on Box directly
Traits
A type that can hold Self::Items, and potentially reserve space for more.
A storage that can be initially created with a given capacity
Type Definitions
Result of an allocation
