Struct tempfile::PersistError [] [src]

pub struct PersistError {
    pub error: Error,
    pub file: NamedTempFile,
}

Error returned when persisting a temporary file fails

Fields

The underlying IO error.

The temporary file that couldn't be persisted.

Trait Implementations

impl Debug for PersistError
[src]

Formats the value using the given formatter.

impl Display for PersistError
[src]

Formats the value using the given formatter. Read more

impl Error for PersistError
[src]

A short description of the error. Read more

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