macro_rules! eg {
($fmt: expr, $($arg:tt)*) => { ... };
($err: expr) => { ... };
() => { ... };
}Expand description
Generate error with debug info
macro_rules! eg {
($fmt: expr, $($arg:tt)*) => { ... };
($err: expr) => { ... };
() => { ... };
}Generate error with debug info