pub fn error_to_string(err: &(dyn Error + 'static)) -> StringExpand description
Formats an error and its source chain into a single string,
joining each level with : (equivalent to formatting an
anyhow error with the alternate {:#} specifier).