Skip to main content

IteratorExt

Trait IteratorExt 

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

Provided Methods§

Source

fn par(self) -> IterParStream<Self>

Source

fn dist(self) -> IterDistStream<Self>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§