pub fn assert_is_system<In, Out, Params, S: IntoSystem<In, Out, Params>>(sys: S)
Expand description

Ensure that a given function is a system

This should be used when writing doc examples, to confirm that systems used in an example are valid systems