Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
Dfor_each.rs26 pub struct ForEachConsumer<F> { struct
30 impl<F> ForEachConsumer<F> { impl
36 impl<F, P> Consumer<P> for ForEachConsumer<F> implementation