pub type CheckNot<T, P> = Check<T, Not<T, P>>;
Expand description

The negation of Check.

See Check for an example of non-negation.