Struct actix::fut::StreamMap [−][src]
A stream combinator which will change the type of a stream from one type to another.
This is produced by the ActorStream::map
method.
Trait Implementations
impl<S: Debug, F: Debug> Debug for StreamMap<S, F>
[src]
[+]
impl<S: Debug, F: Debug> Debug for StreamMap<S, F>
impl<S, F, U> ActorStream for StreamMap<S, F> where
S: ActorStream,
F: FnMut(S::Item, &mut S::Actor, &mut <S::Actor as Actor>::Context) -> U,
[src]
[+]
impl<S, F, U> ActorStream for StreamMap<S, F> where
S: ActorStream,
F: FnMut(S::Item, &mut S::Actor, &mut <S::Actor as Actor>::Context) -> U,