error: Option> type is not allowed for subcommand --> $DIR/subcommand_opt_vec.rs:17:10 | 17 | cmd: Option>, | ^^^^^^ error[E0277]: the trait bound `MakeCookie: std::convert::From` is not satisfied --> $DIR/subcommand_opt_vec.rs:11:10 | 11 | #[derive(Clap, Debug)] | ^^^^ the trait `std::convert::From` is not implemented for `MakeCookie`