pub fn call_if_err<T, F, E>( option_wrapped_value: &Result<T, E>, receiver_fn: &F, )where F: Fn(&E), T: Debug,