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
by installing fillers you get a FillProvider with a bunch of generics, this type is inconvenient to work with, especially because one usually doesn't care about any of this.
an easy workaround for this would be a reqwest::Client style wrapper:
structP<N>(dynProvider<N> + Unpin);
TODO
add wrapper struct
implement provider for it
add a function to Provider trait that converts that type into that wrapper
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component
rpc
Describe the feature you would like
by installing fillers you get a
FillProvider
with a bunch of generics, this type is inconvenient to work with, especially because one usually doesn't care about any of this.an easy workaround for this would be a
reqwest::Client
style wrapper:TODO
Additional context
No response
The text was updated successfully, but these errors were encountered: