pub struct StreamInteropWrap<A: Actor, S> { /* private fields */ }
Expand description

Stream to ActorStream adapter returned by interop_actor.

Trait Implementations

The type of item this stream will yield on success.

Formats the value using the given formatter. Read more

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

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more