Derive Macro structopt_yaml::structopt::StructOpt[]

#[derive(StructOpt)]
{
    // Attributes available to this derive:
    #[structopt]
}

Generates the StructOpt impl.