Searched defs:SumConsumer (Results 1 – 1 of 1) sorted by relevance
19 struct SumConsumer<S: Send> { struct23 unsafe impl<S: Send> Send for SumConsumer<S> {} argument25 impl<S: Send> SumConsumer<S> { impl33 impl<S, T> Consumer<T> for SumConsumer<S> implementation56 impl<S, T> UnindexedConsumer<T> for SumConsumer<S> implementation69 impl<S> Reducer<S> for SumConsumer<S> implementation