mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Update
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user