Macro neo3_error

Source
macro_rules! neo3_error {
    ($msg:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description

Macro for creating context-aware errors