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 implementation of this trait.

Traits

StructOpt

A struct that is converted from command line arguments.