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

Method into_iter

src/rayoff.rs:28–30  ·  view source on GitHub ↗
(mut self)

Source from the content-addressed store, hash-verified

26
27 #[inline(always)]
28 fn into_iter(mut self) -> Self::IntoIter {
29 self.0.take().into_iter()
30 }
31}
32
33pub(crate) trait FakeRayonIter: Sized {

Callers 3

init_posterize_bitsMethod · 0.80
remap_to_paletteFunction · 0.80
iterationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected