Function essential_check::constraint_vm::exec

source ยท
pub fn exec<OA>(
    op_access: OA,
    access: Access<'_>,
) -> Result<Stack, ConstraintError>
where OA: OpAccess<Op = Constraint>, <OA as OpAccess>::Error: Into<OpError>,
Expand description

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