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 cac612b176
commit 8be1dd435c
9 changed files with 40 additions and 40 deletions

View File

@ -26,7 +26,7 @@ impl Downloadable for ToolDownloadAgent {
todo!()
}
fn metadata(&self) -> Arc<DownloadableMetadata> {
fn metadata(&self) -> DownloadableMetadata {
todo!()
}