__bad_usage__

Macro __bad_usage__ 

Source
macro_rules! __bad_usage__ {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($args:tt)*) => { ... };
}
Expand description

Constructs an UsageError from a format string.