pub fn exec<OA>( op_access: OA, access: Access<'_>, ) -> Result<Stack, ExecSyncError>where OA: OpAccess<Op = OpSync>, <OA as OpAccess>::Error: Into<OpSyncError>,
Execute the given synchronous operations and return the resulting stack.