pub fn assert_is_system<In, Out, Marker, S: IntoSystem<In, Out, Marker>>(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.