pub fn exec_ops( ops: &[OpSync], access: Access<'_>, ) -> Result<Stack, ExecSyncError>
Execute a slice of synchronous operations and return the resulting stack.