Function exit

Source
pub fn exit(
    app_exit_event_writer: EventWriter<'_, AppExit>,
    quit: Query<'_, '_, Entity, Added<Quit>>,
)