Function bridge_unindexed
pub fn bridge_unindexed<P, C>(producer: P, consumer: C) -> C::Result
where
P: UnindexedProducer,
C: UnindexedConsumer<P::Item>,
A variant of [bridge_producer_consumer()] where the producer is an unindexed producer.