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
Note that `util::Providers` implements `DerefMut` to `query::Providers` so callers of the `provide` functions can pass in a `util::Providers` and it will just work for provider functions that accept `query::Providers` too
171
171
172
172
- This function takes a mutable reference to the `Providers` struct and sets the fields to point to the correct provider functions.
173
+
- You can also assign queries individually, e.g. `providers.type_of = type_of;`.
173
174
- You can assign fields individually for each provider type (local, external, and hooks).
0 commit comments