Function exec

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

Execute the given synchronous operations and return the resulting stack.