measure_with_log_async

Function measure_with_log_async 

Source
pub async fn measure_with_log_async<T: Debug, F, Fut>(
    _name: &'static str,
    f: F,
) -> T
where F: FnOnce() -> Fut, Fut: Future<Output = T>,