Struct gag::RedirectError 
                   
                       [−]
                   
               [src]
pub struct RedirectError<F> {
    pub error: Error,
    pub file: F,
}Fields
error: Error
                           
                           
                           
                           file: F
                           
            Trait Implementations
impl<F> From<RedirectError<F>> for Error[src]
fn from(err: RedirectError<F>) -> Error[src]
Performs the conversion.
impl<F: Any> Error for RedirectError<F>[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>[src]
The lower-level cause of this error, if any. Read more
impl<F> Display for RedirectError<F>[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter. Read more