Crate structopt [−] [src]
StructOpt trait definition
This crate defines the StructOpt trait.  Alone, this crate is of
little interest.  See the 
structopt-derive crate to
automatically generate an implementation of this trait.
Modules
| clap | Re-export of clap | 
Traits
| StructOpt | A struct that is converted from command line arguments. |