Searched defs:CollectConsumer (Results 1 – 1 of 1) sorted by relevance
6 pub(super) struct CollectConsumer<'c, T: Send> { struct20 impl<'c, T: Send + 'c> CollectConsumer<'c, T> { argument65 impl<'c, T: Send + 'c> Consumer<T> for CollectConsumer<'c, T> { implementation71 let CollectConsumer { target } = self; in split_at() localVariable132 impl<'c, T: Send + 'c> UnindexedConsumer<T> for CollectConsumer<'c, T> { implementation