[][src]Derive Macro structopt_derive::StructOpt

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

Generates the StructOpt impl.