MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / SpareCapacity

Class SpareCapacity

src/buffer.rs:233–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231#[cfg(feature = "alloc")]
232#[cfg_attr(docsrs, doc(cfg(feature = "alloc")))]
233pub struct SpareCapacity<'a, T>(&'a mut Vec<T>);
234
235/// Construct an [`SpareCapacity`], which implements [`Buffer`].
236///

Callers 1

spare_capacityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected