macro_rules! stack_else {
    ($type:ty, $($arg:tt)*) => { ... };
}Expand description
Builds a closure that builds a new error from the given message, prefixed with the file name and line number.
macro_rules! stack_else {
    ($type:ty, $($arg:tt)*) => { ... };
}Builds a closure that builds a new error from the given message, prefixed with the file name and line number.