futures_async_combinators::future
pub async fn inspect<Fut, F>(future: Fut, f: F) -> Fut::Output where Fut: Future, F: FnOnce(&Fut::Output),