Not

Type Alias Not 

Source
pub type Not<B> = <B as Bool>::Not;
Expand description

Result of the boolean negation.