Home
last modified time | relevance | path

Searched defs:MutIterator (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/polyfill/
Dchunks_fixed.rs21 type MutIterator: Iterator<Item = &'a mut Chunk>; typedef
23 fn chunks_fixed_mut(self) -> Self::MutIterator; in chunks_fixed_mut()