Skip to main content

instrumented_query

Function instrumented_query 

Source
pub async fn instrumented_query<F, T, E>(
    _operation: &str,
    _table: Option<&str>,
    f: F,
) -> Result<T, E>
where F: Future<Output = Result<T, E>>,