pub fn in_context_of_with<O, E, C, CE, F, M, B>(
context: F,
body: B,
) -> Result<O, CE>Expand description
Executes closure adding context to returned error value with .with_context(context) obtaining context by calling given function on error path