Type Definition prop::Not

source[]
pub type Not<T> = Imply<T, False>;
Expand description

Logical NOT.