macro_rules! valknut_error {
($kind:ident, $msg:expr) => { ... };
($kind:ident, $msg:expr, $($arg:tt)*) => { ... };
}Expand description
Helper macro for creating context-aware errors
macro_rules! valknut_error {
($kind:ident, $msg:expr) => { ... };
($kind:ident, $msg:expr, $($arg:tt)*) => { ... };
}Helper macro for creating context-aware errors