Macro ruc::eg

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

Generate error with debug info