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
This happens all the time (in different crates too) and it really bothers me. I'm looking at documentation of StreamExt::fuse. It returns a type called Fuse, but I can't see what that is. The type is not hyperlinked, and searching for it doesn't yield any results.
Only way to get any information about it is to look at the source code.
I think types mentioned by public API functions/methods should be public, otherwise I end up getting some internal type that I don't know what it is for or how to use it.
The text was updated successfully, but these errors were encountered:
This happens all the time (in different crates too) and it really bothers me. I'm looking at documentation of StreamExt::fuse. It returns a type called
Fuse
, but I can't see what that is. The type is not hyperlinked, and searching for it doesn't yield any results.Only way to get any information about it is to look at the source code.
I think types mentioned by public API functions/methods should be public, otherwise I end up getting some internal type that I don't know what it is for or how to use it.
The text was updated successfully, but these errors were encountered: