Searched refs:EmptyProducer (Results 1 – 1 of 1) sorted by relevance
78 callback.callback(EmptyProducer(PhantomData)) in with_producer()83 struct EmptyProducer<T: Send>(PhantomData<T>); struct85 impl<T: Send> Producer for EmptyProducer<T> { implementation95 (self, EmptyProducer(PhantomData)) in split_at()