logo
macro_rules! values_t {
    ($m:ident, $v:expr, $t:ty) => { ... };
    ($m:ident.values_of($v:expr), $t:ty) => { ... };
}
👎 Deprecated since 3.0.0:

Replaced with ArgMatches::values_of_t

Expand description

Deprecated, replaced with ArgMatches::values_of_t