Function argle::arg_opt[][src]

pub fn arg_opt<T>(
    short: &str,
    long: &str,
    doc: &str,
    hint: &str
) -> impl Param<Item = Option<T>> where
    T: FromStr,
    <T as FromStr>::Err: Clone + Debug + Display