macro_rules! new_error {
($msg:literal $(,)?) => { ... };
($fmtstr:expr, $($arg:tt)*) => { ... };
}Expand description
Creates a HyperlightError::Error from a string literal or format string
macro_rules! new_error {
($msg:literal $(,)?) => { ... };
($fmtstr:expr, $($arg:tt)*) => { ... };
}Creates a HyperlightError::Error from a string literal or format string