pub async fn catch_context<F>(context: &'static str, future: F)Expand description
Catch an error from an asynchronous function, passing it to the error logger with a static context.
pub async fn catch_context<F>(context: &'static str, future: F)Catch an error from an asynchronous function, passing it to the error logger with a static context.