pub async fn catch_with_context<O, C, F>(context: C, future: F)Expand description
Catch an error from an asynchronous function, passing it to the error logger with a context lazily evaluated from a closure.
pub async fn catch_with_context<O, C, F>(context: C, future: F)Catch an error from an asynchronous function, passing it to the error logger with a context lazily evaluated from a closure.