Derive Macros§
- Derive macro for the
FromContext
trait. Allows to automatically fetch all the resources and tasks from the context. - Derive macro for the
IntoContext
trait. Allows to automatically insert all the resources in tasks created by the wiring layer into the context.