mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Update params
This commit is contained in:
@@ -21,6 +21,8 @@ pub enum PixivDownloaderError {
|
||||
DbError(crate::db::PixivDownloaderDbError),
|
||||
#[cfg(feature = "server")]
|
||||
FromUtf8Error(std::string::FromUtf8Error),
|
||||
#[cfg(feature = "server")]
|
||||
ToStrError(http::header::ToStrError),
|
||||
}
|
||||
|
||||
impl From<&str> for PixivDownloaderError {
|
||||
|
||||
Reference in New Issue
Block a user