[][src]Function simon::opt

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