macro_rules! err { ($str_or_err:expr) => { ... }; ($str:expr, $($arg:expr),*) => { ... }; }
A macro for creating a TracedErr from a string or another existing error.