Skip to main content

nexerror

Macro nexerror 

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

Creates a new NexError from a format string.