We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Typestate constraints are predicates: applications of a Rust function to one or more arguments. So a predicate has the form:
check(p(x, y, z));
where p must be defined as a known function, and x (and so on) must be names of local slots or literals. The part inside the check is the constraint.
p
x
check
There was an error while loading. Please reload this page.
All Categories: