macro_rules! anyerr { ($($tt:tt)*) => { ... }; }
Same as anyhow! (and its alias: format_err!).
anyhow!
format_err!