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 code examples on this page import the traits Streamer and IntoStreamer. But apparently, these traites aren't being used after they have been imported.
I suggest doing one of the following:
remove the imports of Streamer and IntoStreamer traits from the code examples
explain why those traits are necessary and how they are being implicitly used (if that's the case) in the code example
The text was updated successfully, but these errors were encountered:
The code examples on this page import the traits
Streamer
andIntoStreamer
. But apparently, these traites aren't being used after they have been imported.I suggest doing one of the following:
Streamer
andIntoStreamer
traits from the code examplesThe text was updated successfully, but these errors were encountered: