Function exec

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

Execute the given synchronous operations and return the resulting stack.