Function futures_util::stream::select_with_strategy::poll_inner

source ยท
fn poll_inner<St1, St2, Clos, State>(
    select: &mut SelectWithStrategyProj<'_, St1, St2, Clos, State>,
    side: PollNext,
    cx: &mut Context<'_>,
) -> Poll<Option<St1::Item>>
where St1: Stream, St2: Stream<Item = St1::Item>,