Home
last modified time | relevance | path

Searched refs:into_stream (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/futures-util/src/stream/try_stream/
Dmod.rs46 mod into_stream; module
48 pub use self::into_stream::IntoStream;
341 fn into_stream(self) -> IntoStream<Self> in into_stream() method
/external/rust/crates/futures/tests/
Dstream_select_all.rs19 tasks.push(future::ready(1).into_stream()); in is_terminated()
/external/rust/crates/regex-automata/src/
Dtransducer.rs54 let mut stream = set.search(aut).into_stream(); in search()
/external/rust/crates/futures-util/src/future/future/
Dmod.rs278 fn into_stream(self) -> IntoStream<Self> in into_stream() method