[][src]Trait amadeus_core::into_par_stream::IteratorExt

pub trait IteratorExt: Iterator + Sized {
    fn par(self) -> IterParStream<Self> { ... }
fn dist(self) -> IterDistStream<Self> { ... } }

Provided methods

fn par(self) -> IterParStream<Self>

fn dist(self) -> IterDistStream<Self>

Loading content...

Implementors

impl<I: Iterator + Sized> IteratorExt for I[src]

Loading content...