Home
last modified time | relevance | path

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

/external/rust/crates/itertools/src/adaptors/
Dmod.rs372 pub struct Batching<I, F> { struct
377 impl<I, F> fmt::Debug for Batching<I, F> where I: fmt::Debug { argument
386 impl<B, F, I> Iterator for Batching<I, F> implementation