execute_with_long_running_notification

Function execute_with_long_running_notification 

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