Searched refs:AnyFuture (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/tokio-stream/src/stream_ext/ |
D | any.rs | 13 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/ |
D | stream_ext.rs | 7 use any::AnyFuture; 658 fn any<F>(&mut self, f: F) -> AnyFuture<'_, Self, F> in any() 663 AnyFuture::new(self, f) in any()
|