[][src]Trait amadeus::IteratorExt

pub trait IteratorExt: Iterator {
    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> IteratorExt for I where
    I: Iterator
[src]

Loading content...