Skip to main content

user_message_from_report

Function user_message_from_report 

Source
pub fn user_message_from_report(report: &Report, path: Option<&Path>) -> String
Expand description

Format a color_eyre Report by downcasting to known error types. Walks the cause chain to find PolarsError or io::Error.