pub trait TracePrinter {
    fn print_trace(&self, loc: CallLocation<'_>, value: IStr);
}

Required Methods§

Implementors§