Struct code_it_later_rs::config::Args[][src]

pub struct Args { /* fields omitted */ }
Expand description

Command Line Args

Implementations

union this args with other, self values totally rewrotten by other if both of args have same fields

Trait Implementations

Parse from std::env::args_os(), exit on error

Parse from std::env::args_os(), return Err on error.

Parse from iterator, exit on error

Parse from iterator, return Err on error.

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Performs the conversion.

It’s common to have an “application context” struct (sometimes called config) that represents all the normalized values after being processed by the CLI. Read more

@TODO @release @docs

@TODO @release @docs

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.