Assume the following enum: enum Foo { Bar, Baz(i64), Ham(String) } And I'm trying to produce a structopt such as: #[derive(Debug, ...
確定! 回上一頁