Struct arg_input::FailReadFileError [] [src]

pub struct FailReadFileError {
    pub inner: Error,
    pub filename: String,
}

Fields

Trait Implementations

impl Debug for FailReadFileError
[src]

Formats the value using the given formatter.

impl Display for FailReadFileError
[src]

Formats the value using the given formatter. Read more

impl Error for FailReadFileError
[src]

A short description of the error. Read more

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