Struct tempfile::PersistError
[−]
[src]
pub struct PersistError {
pub error: Error,
pub file: NamedTempFile,
}Error returned when persisting a temporary file fails
Fields
error: Error
The underlying IO error.
file: NamedTempFile
The temporary file that couldn't be persisted.