Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
pub(crate) trait FakeRayonIter: Sized {
34
fn par_bridge(self) -> Self;
35
}
36
37
38
impl<T> FakeRayonIter for T where Self: Sized {
Callers
nothing calls this directly
Implementers
1
rayoff.rs
src/rayoff.rs
Calls
no outgoing calls
Tested by
no test coverage detected