[][src]Trait amadeus::IteratorExt

pub trait IteratorExt: Iterator {
    fn dist(self) -> IterIter<Self> { ... }
}

Provided methods

fn dist(self) -> IterIter<Self>

Loading content...

Implementors

impl<I> IteratorExt for I where
    I: Iterator
[src]

Loading content...