Searched defs:ProductConsumer (Results 1 – 1 of 1) sorted by relevance
19 struct ProductConsumer<P: Send> { struct23 unsafe impl<P: Send> Send for ProductConsumer<P> {} implementation25 impl<P: Send> ProductConsumer<P> { impl33 impl<P, T> Consumer<T> for ProductConsumer<P> implementation60 impl<P, T> UnindexedConsumer<T> for ProductConsumer<P> implementation73 impl<P> Reducer<P> for ProductConsumer<P> implementation