Skip to main content

render

Function render 

Source
pub fn render(
    out: &mut dyn Write,
    head: &dyn ErrorTrace,
    head_source: Option<&(dyn Error + 'static)>,
    resolve: &Resolver<'_>,
    color: ColorChoice,
) -> Result
Expand description

Render head and its whole cause chain in the clean developer format.