Struct argle::Flag[][src]

pub struct Flag {
    pub short: String,
    pub long: String,
    pub doc: String,
}

Fields

Methods

impl Flag
[src]

Trait Implementations

impl Default for Flag
[src]

Returns the "default value" for a type. Read more

impl Param for Flag
[src]

Auto Trait Implementations

impl Send for Flag

impl Sync for Flag