Expand description
Error types used in fallible allocation and buffer resizing.
Structs§
- Alloc
Error - The memory allocator returned an error.
Enums§
- TryReserve
Error - Error which can occur when trying to reserve additional capacity for a mutable buffer.