bevy/crates/bevy_ecs/src/system
Andrew Safigan a22020bf5c
Make impl block for RemovedSystem generic (#10651)
# Objective

Make the impl block for RemovedSystem generic so that the methods can be
called for systems that have inputs or outputs.

## Solution

Simply adding generics to the impl block.
2023-11-21 01:27:29 +00:00
..
commands Add 'World::run_system_with_input' function + allow World::run_system to get system output (#10380) 2023-11-15 13:44:44 +00:00
adapter_system.rs Replace all labels with interned labels (#7762) 2023-10-25 21:39:23 +00:00
combinator.rs Replace all labels with interned labels (#7762) 2023-10-25 21:39:23 +00:00
exclusive_function_system.rs Replace all labels with interned labels (#7762) 2023-10-25 21:39:23 +00:00
exclusive_system_param.rs Document every public item in bevy_ecs (#8731) 2023-06-10 23:23:48 +00:00
function_system.rs Replace all labels with interned labels (#7762) 2023-10-25 21:39:23 +00:00
mod.rs Link to In in pipe documentation (#10596) 2023-11-17 15:34:58 +00:00
query.rs Hide UnsafeWorldCell::unsafe_world (#9741) 2023-10-02 12:46:43 +00:00
system.rs Replace all labels with interned labels (#7762) 2023-10-25 21:39:23 +00:00
system_param.rs ParamSets containing non-send parameters should also be non-send (#10211) 2023-10-21 18:07:52 +00:00
system_registry.rs Make impl block for RemovedSystem generic (#10651) 2023-11-21 01:27:29 +00:00