macro_rules! eyre {
($msg:literal $(,)?) => { ... };
($err:expr $(,)?) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}Expand description
For ease of translating from the eyre crate, but also the recommended
macro to use if you use this kind of macro