Home
last modified time | relevance | path

Searched refs:AnyFuture (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tokio-stream/src/stream_ext/
Dany.rs13 pub struct AnyFuture<'a, St: ?Sized, F> {
22 impl<'a, St: ?Sized, F> AnyFuture<'a, St, F> { impl
32 impl<St, F> Future for AnyFuture<'_, St, F> implementation
/external/rust/crates/tokio-stream/src/
Dstream_ext.rs7 use any::AnyFuture;
658 fn any<F>(&mut self, f: F) -> AnyFuture<'_, Self, F> in any()
663 AnyFuture::new(self, f) in any()