Expand description
Utilities for functions that return data via buffers.
Structs§
- Spare
Capacity - A type that implements
Bufferby appending to aVec, up to its capacity.
Traits§
- Buffer
- A memory buffer that may be uninitialized.
Functions§
- spare_
capacity - Construct an
SpareCapacity, which implementsBuffer.