fn write_path()

in src/download.rs [463:465]


    fn write_path(&self) -> Result<&Path> {
        Ok(self.path.as_path())
    }