Struct actix::fut::StreamWrap[][src]

pub struct StreamWrap<S, A> where
    S: Stream
{ /* fields omitted */ }

Trait Implementations

The type of item this stream will yield on success.

The actor within which this stream runs.

Converts a stream of type T to a stream of type U.

Chain on a computation for when a value is ready, passing the resulting item to the provided closure f. Read more

Execute an accumulating computation over a stream, collecting all the values into one final result. Read more

Add timeout to stream. Read more

Converts a stream to a future that resolves when stream finishes.

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.