Searched defs:PathPersistError (Results 1 – 1 of 1) sorted by relevance
89 pub struct PathPersistError { struct96 impl From<PathPersistError> for io::Error { argument110 impl fmt::Display for PathPersistError { implementation116 impl error::Error for PathPersistError { implementation203 pub fn persist<P: AsRef<Path>>(mut self, new_path: P) -> Result<(), PathPersistError> { in persist() argument258 ) -> Result<(), PathPersistError> { in persist_noclobber() argument298 pub fn keep(mut self) -> Result<PathBuf, PathPersistError> { in keep() argument700 let PathPersistError { error, path } = err; in persist() localVariable746 let PathPersistError { error, path } = err; in persist_noclobber() localVariable