Macro deprecated_arg

Source
macro_rules! deprecated_arg {
    (bool, $message: expr) => { ... };
}
Expand description

Mark argument as deprecated with warning to be printed when it’s used.