Function arg_combinators::opt_str[][src]

pub fn opt_str(
    short: &str,
    long: &str,
    doc: &str,
    hint: &str
) -> ArgExt<impl Arg<Item = Option<String>>>