Function arg_combinators::opt_default_str[][src]

pub fn opt_default_str<T>(
    short: &str,
    long: &str,
    doc: &str,
    hint: &str,
    default: &str
) -> ArgExt<impl Arg<Item = T>> where
    T: FromStr,
    <T as FromStr>::Err: Clone + Debug + Display