Struct args::ArgsError [] [src]

pub struct ArgsError { /* fields omitted */ }

An implementation of Error which may or may not include a scope and/or usage message.

Methods

impl ArgsError
[src]

[src]

Creates a new ArgsError with the provided scope and msg. If scope is an empty string (i.e. "") it will be ignored.

[src]

Creates a new ArgsError with the provided scope, msg and usage message. If either scope or usage are an empty string (i.e. "") they will be ignored.

Trait Implementations

impl Debug for ArgsError
[src]

[src]

Formats the value using the given formatter.

impl Display for ArgsError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ArgsError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more