Enum futures_util::stream::PollNext [−][src]
pub enum PollNext {
Left,
Right,
}
Expand description
Type to tell SelectWithStrategy
which stream to poll next.
Variants
Left
Poll the first stream.
Right
Poll the second stream.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PollNext
impl UnwindSafe for PollNext
Blanket Implementations
Mutably borrows from an owned value. Read more