Struct tempfile::PathPersistError [−][src]
Error returned when persisting a temporary file path fails.
Fields
error: Error
The underlying IO error.
path: TempPath
The temporary file path that couldn’t be persisted.
Trait Implementations
impl Error for PathPersistError
[src]
impl Error for PathPersistError
[src]impl From<PathPersistError> for Error
[src]
impl From<PathPersistError> for Error
[src]fn from(error: PathPersistError) -> Error
[src]
impl From<PathPersistError> for TempPath
[src]
impl From<PathPersistError> for TempPath
[src]