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

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

Trait Implementations

The type of item this stream will yield on success.

Auto Trait Implementations

Blanket Implementations

Maps this stream’s items to a different type, returning a new stream of the resulting type. Read more

Computes from this stream’s items new items of a different type using an asynchronous closure. Read more

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

Take elements from this stream while the provided asynchronous predicate resolves to true. Read more

Skip elements on this stream while the provided asynchronous predicate resolves to true. Read more

Add timeout to stream. Read more

Transforms a stream into a collection, returning a future representing the result of that computation. Read more

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

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.