Map a stream to another type #1079
-
Hi,
stream is still of the previous type |
Beta Was this translation helpful? Give feedback.
Answered by
davidpdrsn
Sep 14, 2022
Replies: 1 comment 2 replies
-
You don't call You can just call |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ev94
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't call
into_inner()
on aStreaming
. It doesn't have that method.You can just call
streaming.map(...)
like you're doing, wheremap
comes fromStreamExt