Skip to main content

Not

Trait Not 

Source
pub trait Not<T> { }
Expand description

Not<T> is implemented for U if and only if U is not equal to T

Implementors§

Source§

impl<This, Other> Not<Other> for This
where Assert<{ _ }>: IsTrue,