pub fn in_context_of<O, E, C, CE, B>(context: C, body: B) -> Result<O, CE>
Expand description
Executes closure adding context to returned error value with .with_context(context)
pub fn in_context_of<O, E, C, CE, B>(context: C, body: B) -> Result<O, CE>
Executes closure adding context to returned error value with .with_context(context)