Derive Macro IntoContext

Source
#[derive(IntoContext)]
{
    // Attributes available to this derive:
    #[context]
}
Expand description

Derive macro for the IntoContext trait. Derive macro for the IntoContext trait. Allows to automatically insert all the resources in tasks created by the wiring layer into the context.

See the trait documentation for more details.