pub type NotSystem<S> = AdapterSystem<NotMarker, S>;
Expand description
Invokes Not
with the output of another system.
See common_conditions::not
for examples.
Aliased Typeยง
struct NotSystem<S> { /* private fields */ }
pub type NotSystem<S> = AdapterSystem<NotMarker, S>;
Invokes Not
with the output of another system.
See common_conditions::not
for examples.
struct NotSystem<S> { /* private fields */ }