Function exec_ops

Source
pub fn exec_ops(ops: &[OpSync], access: Access<'_>) -> ExecSyncResult<Stack>
Expand description

Execute a slice of synchronous operations and return the resulting stack.