Derive Macro bevy::ecs::schedule::SystemSet

#[derive(SystemSet)]
{
    // Attributes available to this derive:
    #[system_set]
}
Expand description

Derive macro generating an impl of the trait SystemSet.