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