anyerr

Macro anyerr 

Source
macro_rules! anyerr {
    ($($tt:tt)*) => { ... };
}
Expand description

Same as anyhow! (and its alias: format_err!).