Struct arg_input::InputError [] [src]

pub struct InputError {
    pub badfiles: Vec<FailReadFileError>,
}

Fields

Trait Implementations

impl Debug for InputError
[src]

Formats the value using the given formatter.

impl Display for InputError
[src]

Formats the value using the given formatter. Read more

impl Error for InputError
[src]

A short description of the error. Read more

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

impl From<Vec<FailReadFileError>> for InputError
[src]

Performs the conversion.