ref to download problems
(self)
| 46 | |
| 47 | /// ref to download problems |
| 48 | pub async fn update(self) -> Result<(), Error> { |
| 49 | self.download_problems().await?; |
| 50 | Ok(()) |
| 51 | } |
| 52 | |
| 53 | pub fn update_after_ac(self, rid: i32) -> Result<(), Error> { |
| 54 | let mut c = conn(self.0.conf.storage.cache()?); |