Function exec_ops

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

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