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
As title says, i'm trying to get the FilterMap type into scope to store one in a struct. It does not seem to exist on any imports although the source code shows it. It's also not showing up on docs.rs search
The text was updated successfully, but these errors were encountered:
For some reason, async_std follows a pattern where Future combinator types are pub, but defined in non-pub modules. This isn't the pattern followed for Stream combinators, however.
The issue with FilterMap is that it was added to the "future" non-pub use section of
As title says, i'm trying to get the FilterMap type into scope to store one in a struct. It does not seem to exist on any imports although the source code shows it. It's also not showing up on docs.rs search
The text was updated successfully, but these errors were encountered: