macro_rules! err {
(with: $error:expr, $($arg:tt)*) => { ... };
($($arg:tt)*) => { ... };
}Expand description
Creates a new error
macro_rules! err {
(with: $error:expr, $($arg:tt)*) => { ... };
($($arg:tt)*) => { ... };
}Creates a new error