predicates
0.0.1
Module constant
Module Items
Structs
Functions
In crate predicates
predicates
Module
constant
Copy item path
Source
Expand description
Definition of a constant (always true or always false)
Predicate
.
Structs
§
Boolean
Predicate
Predicate that always returns a constant (boolean) result.
Functions
§
always
Creates a new
Predicate
that always returns
true
.
never
Creates a new
Predicate
that always returns
false
.