pub trait TraceErr { // Required method fn trace_err(self, msg: &str) -> Self; }
Helper trait to trace errors
Trace an error with a message.