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 derive_provider macros would allow trait-generic providers to be automatically implemented following similar boilerplates. Below are some examples:
Summary
The
derive_provider
macros would allow trait-generic providers to be automatically implemented following similar boilerplates. Below are some examples:WithProvider
would have the following derived:
UseContext
would have the following derived:
UseField
Would have the following derived:
The text was updated successfully, but these errors were encountered: