macro_rules! raise_error {
($($tokens:tt)*) => { ... };
}Expand description
Macro to either panic or return on error, depending on the CLI options
macro_rules! raise_error {
($($tokens:tt)*) => { ... };
}Macro to either panic or return on error, depending on the CLI options