Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/stream/stream/
Dselect_next_some.rs12 pub struct SelectNextSome<'a, St: ?Sized> { struct
16 impl<'a, St: ?Sized> SelectNextSome<'a, St> { impl
22 impl<St: ?Sized + FusedStream + Unpin> FusedFuture for SelectNextSome<'_, St> { implementation
28 impl<St: ?Sized + FusedStream + Unpin> Future for SelectNextSome<'_, St> { implementation