macro_rules! __bad_usage__ {
($fmt:expr) => { ... };
($fmt:expr, $($args:tt)*) => { ... };
}Expand description
Constructs an UsageError from a format string.
macro_rules! __bad_usage__ {
($fmt:expr) => { ... };
($fmt:expr, $($args:tt)*) => { ... };
}Constructs an UsageError from a format string.