refactor(download manager): Removed Arc requirement for DownloadableMetadata

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-01-02 12:24:22 +11:00
parent a0cedf831b
commit febfb99e9d
9 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ impl Downloadable for ToolDownloadAgent {
todo!()
}
fn metadata(&self) -> Arc<DownloadableMetadata> {
fn metadata(&self) -> DownloadableMetadata {
todo!()
}