Skip to main content

render_error

Function render_error 

Source
pub fn render_error(
    format: OutputFormat,
    err: &(dyn Error + 'static),
    system: &str,
) -> Result<String>
Expand description

Wraps an error in an error envelope and renders it.