MCPcopy 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
270trait PushInCapacity<T> {
271 fn push_in_cap(&mut self, val: T);
272}
273
274impl<T> PushInCapacity<T> for Vec<T> {
275 #[track_caller]

Callers

nothing calls this directly

Implementers 1

lib.rssrc/lib.rs

Calls

no outgoing calls

Tested by

no test coverage detected