macro_rules! bail_invalid_parameter {
() => { ... };
(@ $($fmt_arg:tt)*) => { ... };
($($fmt_arg:tt)*) => { ... };
}
Expand description
Constructs a MetaErrorInner::InvalidParameter
variant and bails out.
macro_rules! bail_invalid_parameter {
() => { ... };
(@ $($fmt_arg:tt)*) => { ... };
($($fmt_arg:tt)*) => { ... };
}
Constructs a MetaErrorInner::InvalidParameter
variant and bails out.