Module raw

Module raw 

Source
Expand description

The raw vector type that back-up the GenericVec

Structs§

AllocError
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::Items, and potentially reserve space for more.
StorageWithCapacity
A storage that can be initially created with a given capacity

Type Aliases§

AllocResult
Result of an allocation