pub fn print_error_chain<'a>(error: impl Error + 'a) -> impl Display + 'a
Expand description

Print the complete error chain of an error, separated with colons