structopt 0.3.26

Parse command line argument by defining a struct.
Documentation
1
2
3
4
5
6
7
error[E0277]: the trait bound `Kind: Default` is not satisfied
   --> $DIR/skip_without_default.rs:22:17
    |
22  |     #[structopt(skip)]
    |                 ^^^^ the trait `Default` is not implemented for `Kind`
    |
note: required by `std::default::Default::default`