[][src]Function futures_stopwatch::try_stopwatch

pub async fn try_stopwatch<F, T, E>(inner: F) -> Result<(T, Duration), E> where
    F: Future<Output = Result<T, E>>,