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