stackerror

Macro stack_else

Source
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.