Function re_error::format_ref

source ·
pub fn format_ref(error: &dyn Error) -> String
Expand description

Format an error, including its chain of sources.

Always use this when displaying an error, especially anyhow::Error.