Expand description
The raw vector type that back-up the GenericVec
Structs§
- Alloc
Error - Error on failure to allocate
- BoxStorage
- Wrapper for a
Box<S>
. Needed to implement some traits that could not be implemented on Box directly
Traits§
- Storage
- A type that can hold
Self::Item
s, and potentially reserve space for more. - Storage
With Capacity - A storage that can be initially created with a given capacity
Type Aliases§
- Alloc
Result - Result of an allocation