pub async fn with_async_context<F, R>( new_context: HashMap<String, String>, fut: F, ) -> Rwhere F: Future<Output = R>,