Struct tempfile::PathPersistError [−][src]
Error returned when persisting a temporary file path fails.
Fields
error: ErrorThe underlying IO error.
path: TempPathThe 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]