Enum rss2email_lib::Error
source · Expand description
Represents anything that could go wrong when dealing with web feeds.
Variants§
Reqwest(Box<Error>)
Wrapper for reqwest::Error.
HeaderString(Box<ToStrError>)
Wrapper for http::header::ToStrError.
Io(Error)
Wrapper for std::io::Error.
Generic(String)
Trait Implementations§
source§impl From<ToStrError> for Error
impl From<ToStrError> for Error
source§fn from(error: ToStrError) -> Self
fn from(error: ToStrError) -> Self
Converts to this type from the input type.