macro_rules! bail_invalid_option_error {
() => { ... };
(@ $($fmt_arg:tt)*) => { ... };
($($fmt_arg:tt)*) => { ... };
}
Expand description
Constructs a InvalidOptionError
and bails out.
macro_rules! bail_invalid_option_error {
() => { ... };
(@ $($fmt_arg:tt)*) => { ... };
($($fmt_arg:tt)*) => { ... };
}
Constructs a InvalidOptionError
and bails out.