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