[][src]Trait select_next_any::SelectNextAnyExt

pub trait SelectNextAnyExt {
    fn select_next_any(&mut self) -> SelectNextAny<Self>
    where
        Self: Unpin + FusedStream
; }

Required methods

Important traits for SelectNextAny<'_, St>
fn select_next_any(&mut self) -> SelectNextAny<Self> where
    Self: Unpin + FusedStream

Loading content...

Implementors

impl<T> SelectNextAnyExt for T where
    T: Unpin + FusedStream
[src]

Loading content...