macro_rules! error {
($code:expr, $msg:expr) => { ... };
($code:expr, $fmt:expr, $($arg:tt)*) => { ... };
}Expand description
Convenience macros for creating errors
macro_rules! error {
($code:expr, $msg:expr) => { ... };
($code:expr, $fmt:expr, $($arg:tt)*) => { ... };
}Convenience macros for creating errors