macro_rules! value_t {
($m:ident, $v:expr, $t:ty) => { ... };
($m:ident.value_of($v:expr), $t:ty) => { ... };
}
👎 Deprecated since 3.0.0:
Replaced with ArgMatches::value_of_t
Expand description
Deprecated, see [ArgMatches::value_of_t
]