Trait structopt::StructOpt [] [src]

pub trait StructOpt {
    fn clap<'a, 'b>() -> App<'a, 'b>;
    fn from_clap(_: App) -> Self;

    fn from_args() -> Self where Self: Sized { ... }
}

Required Methods

Provided Methods

Implementors