Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
values_t in clap - Rust
[go: Go Back, main page]

logo

Macro clap::values_t[][src]

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