Skip to main content

with_async_context

Function with_async_context 

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