Home
last modified time | relevance | path

Searched defs:NopStream (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/futures-util/src/stream/stream/
Dsplit.rs166 struct NopStream<Item> { struct
167 phantom: PhantomData<Item>,
170 impl<Item> Stream for NopStream<Item> { implementation
178 impl<Item> Sink<Item> for NopStream<Item> { implementation