MCPcopy Create free account
hub / github.com/ImageOptim/libimagequant / FakeRayonIter

Interface FakeRayonIter

src/rayoff.rs:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33pub(crate) trait FakeRayonIter: Sized {
34 fn par_bridge(self) -> Self;
35}
36
37
38impl<T> FakeRayonIter for T where Self: Sized {

Callers

nothing calls this directly

Implementers 1

rayoff.rssrc/rayoff.rs

Calls

no outgoing calls

Tested by

no test coverage detected