Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
)))]
233
pub struct SpareCapacity<
'a, T>(&'
a mut Vec<T>);
234
235
/// Construct an [`SpareCapacity`], which implements [`Buffer`].
236
///
Callers
1
spare_capacity
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected