Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/support/
Dmpsc_stream.rs8 struct UnboundedStream<T> { struct
11 impl<T> Stream for UnboundedStream<T> { implementation