[][src]Function almond::verbose_trace_dbg

pub fn verbose_trace_dbg(input: &str, err: &dyn Any)

Prints the stack trace of a VerboseError as a String to stderr. DOes nothing if err is not an instance of VerboseError.