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