This commit is contained in:
2022-09-25 06:24:45 +00:00
committed by GitHub
parent cea025482f
commit 89e08ab968
8 changed files with 95 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ pub enum PixivDownloaderError {
JSONError(json::Error),
#[cfg(feature = "openssl")]
OpenSSLError(openssl::error::ErrorStack),
ParseIntError(std::num::ParseIntError),
}
impl From<&str> for PixivDownloaderError {