Searched defs:EmptyProducer (Results 1 – 1 of 1) sorted by relevance
83 struct EmptyProducer<T: Send>(PhantomData<T>); struct85 impl<T: Send> Producer for EmptyProducer<T> { implementation