Macro new_error

Source
macro_rules! new_error {
    ($msg:literal $(,)?) => { ... };
    ($fmtstr:expr, $($arg:tt)*) => { ... };
}
Expand description

Creates a HyperlightError::Error from a string literal or format string