Update params

This commit is contained in:
2022-09-19 15:31:26 +00:00
committed by GitHub
parent 18637ddb07
commit c7ccf7ebe2
4 changed files with 167 additions and 5 deletions

View File

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