charon_lib::errors

Macro error_or_panic

source
macro_rules! error_or_panic {
    ($ctx:expr, $span:expr, $msg:expr) => { ... };
}
Expand description

Macro to either panic or return on error, depending on the CLI options