Struct argle::Arg[][src]

pub struct Arg {
    pub short: String,
    pub long: String,
    pub hint: String,
    pub doc: String,
}

Fields

Trait Implementations

impl Default for Arg
[src]

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

impl Param for Arg
[src]

Auto Trait Implementations

impl Send for Arg

impl Sync for Arg