Searched defs:NopStream (Results 1 – 1 of 1) sorted by relevance
166 struct NopStream<Item> { struct167 phantom: PhantomData<Item>,170 impl<Item> Stream for NopStream<Item> { implementation178 impl<Item> Sink<Item> for NopStream<Item> { implementation