NotSystem

Type Alias NotSystem 

Source
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ยง

pub struct NotSystem<T> { /* private fields */ }