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