Function solana_clap_utils::input_parsers::value_of[][src]

pub fn value_of<T>(matches: &ArgMatches<'_>, name: &str) -> Option<T> where
    T: FromStr,
    <T as FromStr>::Err: Debug