pub type IsTrue<T> = Check<T, Is<true>>;
Expand description

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

See Check for example usage.