Enum wanikani::Error [] [src]

pub enum Error {
    JSONError(JSONError),
    RetrievalError(ReqwestError),
    URLParseError(ReqwestUrlError),
}

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl From<JSONError> for Error
[src]

[src]

Performs the conversion.

impl From<ReqwestError> for Error
[src]

[src]

Performs the conversion.

impl From<ReqwestUrlError> for Error
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Error

impl Sync for Error