pub fn named_system<F>(
name: &'static str,
function: F,
) -> SystemSpec<WorldSystem<F>>Expand description
Wrap a world/env closure together with its registration name.
pub fn named_system<F>(
name: &'static str,
function: F,
) -> SystemSpec<WorldSystem<F>>Wrap a world/env closure together with its registration name.