Macro charon_lib::errors::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