Expand description
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§
- Select
Next Any - Future for the
select_next_any
method.