macro_rules! neo3_error {
($msg:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description
Macro for creating context-aware errors
macro_rules! neo3_error {
($msg:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}
Macro for creating context-aware errors