Trait bevy::ecs::system::SystemParamFunction[]

pub trait SystemParamFunction<In, Out, Param, Marker>: 'static + Send + Sync where
    Param: SystemParam
{ pub fn run(
        &mut self,
        input: In,
        state: &mut <Param as SystemParam>::Fetch,
        system_state: &SystemState,
        world: &World,
        change_tick: u32
    ) -> Out; }

Required methods

pub fn run(
    &mut self,
    input: In,
    state: &mut <Param as SystemParam>::Fetch,
    system_state: &SystemState,
    world: &World,
    change_tick: u32
) -> Out

Loading content...

Implementors

impl<Input, Out, Func> SystemParamFunction<Input, Out, (), InputMarker> for Func where
    Out: 'static,
    Func: FnMut(In<Input>) -> Out + FnMut(In<Input>) + Send + Sync + 'static, 

impl<Input, Out, Func, F0> SystemParamFunction<Input, Out, (F0,), InputMarker> for Func where
    Out: 'static,
    F0: SystemParam,
    Func: FnMut(In<Input>, F0) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Input, Out, Func, F0, F1> SystemParamFunction<Input, Out, (F0, F1), InputMarker> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    Func: FnMut(In<Input>, F0, F1) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Input, Out, Func, F0, F1, F2> SystemParamFunction<Input, Out, (F0, F1, F2), InputMarker> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    Func: FnMut(In<Input>, F0, F1, F2) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Input, Out, Func, F0, F1, F2, F3> SystemParamFunction<Input, Out, (F0, F1, F2, F3), InputMarker> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    Func: FnMut(In<Input>, F0, F1, F2, F3) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Input, Out, Func, F0, F1, F2, F3, F4> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4), InputMarker> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    Func: FnMut(In<Input>, F0, F1, F2, F3, F4) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Input, Out, Func, F0, F1, F2, F3, F4, F5> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5), InputMarker> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6), InputMarker> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7), InputMarker> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8), InputMarker> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    F8: SystemParam,
    Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9), InputMarker> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    F8: SystemParam,
    F9: SystemParam,
    Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10), InputMarker> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    F8: SystemParam,
    F9: SystemParam,
    F10: SystemParam,
    Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11), InputMarker> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    F8: SystemParam,
    F9: SystemParam,
    F10: SystemParam,
    F11: SystemParam,
    Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12), InputMarker> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    F8: SystemParam,
    F9: SystemParam,
    F10: SystemParam,
    F11: SystemParam,
    F12: SystemParam,
    Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F12 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13), InputMarker> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    F8: SystemParam,
    F9: SystemParam,
    F10: SystemParam,
    F11: SystemParam,
    F12: SystemParam,
    F13: SystemParam,
    Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F12 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F13 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14), InputMarker> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    F8: SystemParam,
    F9: SystemParam,
    F10: SystemParam,
    F11: SystemParam,
    F12: SystemParam,
    F13: SystemParam,
    F14: SystemParam,
    Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F12 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F13 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F14 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15), InputMarker> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    F8: SystemParam,
    F9: SystemParam,
    F10: SystemParam,
    F11: SystemParam,
    F12: SystemParam,
    F13: SystemParam,
    F14: SystemParam,
    F15: SystemParam,
    Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F12 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F13 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F14 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F15 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Out, Func> SystemParamFunction<(), Out, (), ()> for Func where
    Out: 'static,
    Func: FnMut() -> Out + FnMut() + Send + Sync + 'static, 

impl<Out, Func, F0> SystemParamFunction<(), Out, (F0,), ()> for Func where
    Out: 'static,
    F0: SystemParam,
    Func: FnMut(F0) -> Out + FnMut(<<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Out, Func, F0, F1> SystemParamFunction<(), Out, (F0, F1), ()> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    Func: FnMut(F0, F1) -> Out + FnMut(<<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Out, Func, F0, F1, F2> SystemParamFunction<(), Out, (F0, F1, F2), ()> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    Func: FnMut(F0, F1, F2) -> Out + FnMut(<<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Out, Func, F0, F1, F2, F3> SystemParamFunction<(), Out, (F0, F1, F2, F3), ()> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    Func: FnMut(F0, F1, F2, F3) -> Out + FnMut(<<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Out, Func, F0, F1, F2, F3, F4> SystemParamFunction<(), Out, (F0, F1, F2, F3, F4), ()> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    Func: FnMut(F0, F1, F2, F3, F4) -> Out + FnMut(<<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Out, Func, F0, F1, F2, F3, F4, F5> SystemParamFunction<(), Out, (F0, F1, F2, F3, F4, F5), ()> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    Func: FnMut(F0, F1, F2, F3, F4, F5) -> Out + FnMut(<<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Out, Func, F0, F1, F2, F3, F4, F5, F6> SystemParamFunction<(), Out, (F0, F1, F2, F3, F4, F5, F6), ()> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    Func: FnMut(F0, F1, F2, F3, F4, F5, F6) -> Out + FnMut(<<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Out, Func, F0, F1, F2, F3, F4, F5, F6, F7> SystemParamFunction<(), Out, (F0, F1, F2, F3, F4, F5, F6, F7), ()> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    Func: FnMut(F0, F1, F2, F3, F4, F5, F6, F7) -> Out + FnMut(<<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8> SystemParamFunction<(), Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8), ()> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    F8: SystemParam,
    Func: FnMut(F0, F1, F2, F3, F4, F5, F6, F7, F8) -> Out + FnMut(<<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9> SystemParamFunction<(), Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9), ()> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    F8: SystemParam,
    F9: SystemParam,
    Func: FnMut(F0, F1, F2, F3, F4, F5, F6, F7, F8, F9) -> Out + FnMut(<<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10> SystemParamFunction<(), Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10), ()> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    F8: SystemParam,
    F9: SystemParam,
    F10: SystemParam,
    Func: FnMut(F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10) -> Out + FnMut(<<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11> SystemParamFunction<(), Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11), ()> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    F8: SystemParam,
    F9: SystemParam,
    F10: SystemParam,
    F11: SystemParam,
    Func: FnMut(F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11) -> Out + FnMut(<<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12> SystemParamFunction<(), Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12), ()> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    F8: SystemParam,
    F9: SystemParam,
    F10: SystemParam,
    F11: SystemParam,
    F12: SystemParam,
    Func: FnMut(F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12) -> Out + FnMut(<<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F12 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13> SystemParamFunction<(), Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13), ()> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    F8: SystemParam,
    F9: SystemParam,
    F10: SystemParam,
    F11: SystemParam,
    F12: SystemParam,
    F13: SystemParam,
    Func: FnMut(F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13) -> Out + FnMut(<<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F12 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F13 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14> SystemParamFunction<(), Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14), ()> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    F8: SystemParam,
    F9: SystemParam,
    F10: SystemParam,
    F11: SystemParam,
    F12: SystemParam,
    F13: SystemParam,
    F14: SystemParam,
    Func: FnMut(F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14) -> Out + FnMut(<<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F12 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F13 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F14 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

impl<Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15> SystemParamFunction<(), Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15), ()> for Func where
    Out: 'static,
    F0: SystemParam,
    F1: SystemParam,
    F2: SystemParam,
    F3: SystemParam,
    F4: SystemParam,
    F5: SystemParam,
    F6: SystemParam,
    F7: SystemParam,
    F8: SystemParam,
    F9: SystemParam,
    F10: SystemParam,
    F11: SystemParam,
    F12: SystemParam,
    F13: SystemParam,
    F14: SystemParam,
    F15: SystemParam,
    Func: FnMut(F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15) -> Out + FnMut(<<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F12 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F13 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F14 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F15 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, 

Loading content...