MCPcopy Index your code
hub / github.com/ImageOptim/libimagequant / FakeRayonIntoIter

Interface FakeRayonIntoIter

src/rayoff.rs:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42pub(crate) trait FakeRayonIntoIter<T> {
43 fn par_chunks_mut(&mut self, chunk_size: usize) -> ChunksMut<T>;
44}
45
46impl<'a, T> FakeRayonIntoIter<T> for &'a mut [T] {
47 #[inline(always)]

Callers

nothing calls this directly

Implementers 1

rayoff.rssrc/rayoff.rs

Calls

no outgoing calls

Tested by

no test coverage detected