(&self, version: &UpdateVersion)
| 164 | } |
| 165 | |
| 166 | pub fn update(&self, version: &UpdateVersion) -> Result<UpdateResult, BnString> { |
| 167 | self.update_with_progress(version, NoProgressCallback) |
| 168 | } |
| 169 | |
| 170 | pub fn update_with_progress<P: ProgressCallback>( |
| 171 | &self, |
no test coverage detected