pub trait QuantifierVars<'st> { // Required method fn into_vars(self, st: &'st Storage) -> &'st [SortedVar<'st>]; }
This trait is implemented for types and sequences which can be used as quantified variables in forall and exists.
forall
exists
The concrete sequence of variable declaration which should be quantified over.