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
value_t in clap - Rust
[go: Go Back, main page]

logo

Macro clap::value_t[][src]

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, replaced with ArgMatches::value_of_t