Module buffer
Utilities for functions that return data via buffers.
Structs
-
SpareCapacity
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.