in_context_of_with

Function in_context_of_with 

Source
pub fn in_context_of_with<O, F, M, B>(message: F, body: B) -> Result<O, Problem>
where F: FnOnce() -> M, M: ToString, B: FnOnce() -> Result<O, Problem>,
Expand description

Executes closure with problem_while_with context