Expand description
Implementation of Vec
.
Structs§
- An iterator that owns all items in a vector, but does not own its allocation.
- Error type for
Vec::push_within_capacity
. - Error type for
Vec::remove
. - The kernel’s
Vec
type.
Enums§
- Error type for
Vec::insert_within_capacity
.