error: Option> type is meaningless for positional argument --> $DIR/opt_opt_nonpositional.rs:14:8 | 14 | n: Option>, | ^^^^^^ error[E0277]: the trait bound `Opt: std::convert::From` is not satisfied --> $DIR/opt_opt_nonpositional.rs:11:10 | 11 | #[derive(Clap, Debug)] | ^^^^ the trait `std::convert::From` is not implemented for `Opt`