Searched defs:ForEachConsumer (Results 1 – 1 of 1) sorted by relevance
26 pub struct ForEachConsumer<F> { struct30 impl<F> ForEachConsumer<F> { impl36 impl<F, P> Consumer<P> for ForEachConsumer<F> implementation