pub fn render(
out: &mut dyn Write,
head: &dyn ErrorTrace,
head_source: Option<&(dyn Error + 'static)>,
resolve: &Resolver<'_>,
color: ColorChoice,
) -> ResultExpand description
Render head and its whole cause chain in the clean developer format.