macro_rules! box_err {
($e:expr) => { ... };
($f:tt, $($arg:expr),+) => { ... };
}Expand description
A shortcut to box an error.
macro_rules! box_err {
($e:expr) => { ... };
($f:tt, $($arg:expr),+) => { ... };
}A shortcut to box an error.