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

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