This commit is contained in:
2022-09-19 14:18:13 +00:00
committed by GitHub
parent 530a91b680
commit 18637ddb07
7 changed files with 111 additions and 10 deletions

View File

@@ -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 {