Struct gag::RedirectError [] [src]

pub struct RedirectError<F> {
    pub error: Error,
    pub file: F,
}

Fields

Trait Implementations

impl<F: Any> Error for RedirectError<F>
[src]

A short description of the error. Read more

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

impl<F> Display for RedirectError<F>
[src]

Formats the value using the given formatter. Read more

impl<F> Debug for RedirectError<F>
[src]

Formats the value using the given formatter.