Struct parallel_stream::vec::IntoParStream[][src]

pub struct IntoParStream<T> { /* fields omitted */ }
Expand description

Parallel stream that moves out of a vector.

Trait Implementations

Formats the value using the given formatter. Read more

The type of items yielded by this stream.

Attempts to receive the next item from the stream.

Set a max concurrency limit

Get the max concurrency limit

Applies f to each item of this stream in parallel, producing a new stream with the results. Read more

Applies f to each item of this stream in parallel, producing a new stream with the results. Read more

Creates a stream that yields its first n elements.

Applies f to each item of this stream in parallel.

Transforms a stream into a collection. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.