refactor: rewrite qbit downlaoder
This commit is contained in:
@@ -2,7 +2,7 @@ use bytes::Bytes;
|
||||
use reqwest::IntoUrl;
|
||||
|
||||
use super::{bytes::fetch_bytes, client::HttpClientTrait};
|
||||
use crate::errors::RError;
|
||||
use crate::errors::app_error::RError;
|
||||
|
||||
pub async fn fetch_image<T: IntoUrl, H: HttpClientTrait>(
|
||||
client: &H,
|
||||
|
||||
Reference in New Issue
Block a user