Skip to main content

write_stack

Function write_stack 

Source
fn write_stack(
    out: &mut dyn Write,
    trace: &dyn ErrorTrace,
    indent: &str,
    colored: bool,
) -> Result