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