Macro myutil::eg

source ·
macro_rules! eg {
    ($fmt: expr, $($arg:tt)*) => { ... };
    ($err: expr) => { ... };
    () => { ... };
}
Expand description

Generate error with debug info