macro_rules! nexerror {
($fmt:literal) => { ... };
($fmt:literal, $($arg:tt)*) => { ... };
}Expand description
Creates a new NexError from a format string.
macro_rules! nexerror {
($fmt:literal) => { ... };
($fmt:literal, $($arg:tt)*) => { ... };
}Creates a new NexError from a format string.