[−][src]Crate select_next_any
Stream combinator that can be used in the futures::select! macro. It is
similar to futures::StreamExt::select_next_some, but instead of only
resolving the Some variants, this one will return Option
Structs
SelectNextAny | Future for the |
Traits
SelectNextAnyExt |