Using FnStream
in place of a stream!
macro from the async-stream
crate
#2952
Closed
ysaito1001
announced in
Change Log
Replies: 1 comment
-
Closing this since #2910 itself was closed. We're not going to remove the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Related to #2910, this page shows a snippet how a
stream!
macro from theasync-stream
crate can be upgraded by usingaws_smithy_async::future::fn_stream::FnStream
.Before
After (only differs in how the variable
input_stream
is initialized)Beta Was this translation helpful? Give feedback.
All reactions