Skip to main content

format

Function format 

Source
pub fn format<E>(err: &E) -> String
where E: Error + ?Sized,
Expand description

Format the entire error chain for err by first calling err.to_string() and then by walking the error’s source tree.