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