Skip to main content

valknut_error

Macro valknut_error 

Source
macro_rules! valknut_error {
    ($kind:ident, $msg:expr) => { ... };
    ($kind:ident, $msg:expr, $($arg:tt)*) => { ... };
}
Expand description

Helper macro for creating context-aware errors