logo
pub fn assert_is_system<In, Out, Params, S>(sys: S) where
    S: IntoSystem<In, Out, Params>, 
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