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
It was originally made SinkError so that implementations that required a generic to be both Stream and Sink could more easily distinguish error types. However, it's possible to disambiguate using <S as Sink<Item>>::Error in an impl (and even temporary generics can be used), and it otherwise reads as a stutter.
The text was updated successfully, but these errors were encountered:
It was originally made
SinkError
so that implementations that required a generic to be bothStream
andSink
could more easily distinguish error types. However, it's possible to disambiguate using<S as Sink<Item>>::Error
in an impl (and even temporary generics can be used), and it otherwise reads as a stutter.The text was updated successfully, but these errors were encountered: