Function bridge_unindexed

fn bridge_unindexed<P, C>(producer: P, consumer: C) -> <C as >::Result
where
    P: UnindexedProducer,
    C: UnindexedConsumer<<P as >::Item>

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