pub fn map_debug_log<E>(error: E) -> ErrorExpand description
Converts and debug-logs an error while returning the converted value.
Debug-aware logging occurs after conversion to Error. The same converted
error is returned for propagation by combinator chains.