You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The futures crate contains a Sink trait. This trait allows for a convenient interaction between its implementors and streams using the forward method on the StreamExt trait.
So I think implementing Sink for Sender would improve the ergonomics of the library.
najamelan, black-binary, Albibek, akashgurava, lambdalisue and 3 more