pub fn bridge_unindexed<P, C>(producer: P, consumer: C) -> C::Resultwhere
    P: UnindexedProducer,
    C: UnindexedConsumer<P::Item>,
Expand description

A variant of bridge_producer_consumer where the producer is an unindexed producer.