pub async fn execute_with_long_running_notification<F, T>(
operation_fut: F,
session: &SessionImpl,
operation_name: &str,
action: LongRunningNotificationAction,
) -> Result<T>pub async fn execute_with_long_running_notification<F, T>(
operation_fut: F,
session: &SessionImpl,
operation_name: &str,
action: LongRunningNotificationAction,
) -> Result<T>