pub fn format_error(
    error: Error,
    source_id: &str,
    source: &str,
    color: bool
) -> FormattedError
Expand description

Convert error into human-readable message and error location.