pub fn exec<OA>( op_access: OA, access: Access<'_>, ) -> Result<Stack, ConstraintError>where OA: OpAccess<Op = Constraint>, <OA as OpAccess>::Error: Into<OpError>,
Execute the operations of a constraint and return the resulting stack.