refactor: remove loco-rs
This commit is contained in:
@@ -2,11 +2,11 @@ use bytes::Bytes;
|
||||
use reqwest::IntoUrl;
|
||||
|
||||
use super::{bytes::fetch_bytes, client::HttpClientTrait};
|
||||
use crate::errors::RecorderError;
|
||||
use crate::errors::RError;
|
||||
|
||||
pub async fn fetch_image<T: IntoUrl, H: HttpClientTrait>(
|
||||
client: &H,
|
||||
url: T,
|
||||
) -> Result<Bytes, RecorderError> {
|
||||
) -> Result<Bytes, RError> {
|
||||
fetch_bytes(client, url).await
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user