Function argle::arg_opt_default[][src]

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