Derive Macro structopt_derive::StructOpt
source · [−]#[derive(StructOpt)]
{
// Attributes available to this derive:
#[structopt]
}
Expand description
Generates the StructOpt
impl.
#[derive(StructOpt)]
{
// Attributes available to this derive:
#[structopt]
}
Generates the StructOpt
impl.