Function exec

Source
pub fn exec<OA>(op_access: OA, access: Access<'_>) -> ConstraintResult<Stack>
where OA: OpAccess<Op = Op>, OA::Error: Into<OpError>,
Expand description

Execute the operations of a constraint and return the resulting stack.