pub type IsFalse<T> = Check<T, Is<false>>;
Expand description

Query filter for checking if the component T is coercable as false.

See Check for example usage of its negation, IsTrue.