Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ImageOptim/libimagequant
/ PushInCapacity
Interface
PushInCapacity
src/lib.rs:270–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
}
269
270
trait PushInCapacity<T> {
271
fn push_in_cap(&mut self, val: T);
272
}
273
274
impl<T> PushInCapacity<T> for Vec<T> {
275
#[track_caller]
Callers
nothing calls this directly
Implementers
1
lib.rs
src/lib.rs
Calls
no outgoing calls
Tested by
no test coverage detected