Function argle::arg_req[][src]

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