Enum subspedia_rs::FetchError[][src]

pub enum FetchError {
    Http(Error),
    Json(Error),
    NotFound(String),
}

An enumeration of possible error which can occur during http requests and the parsing of json returned by the api

Variants

Trait Implementations

impl Debug for FetchError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for FetchError
[src]

Performs the conversion.

impl From<Error> for FetchError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for FetchError

impl Sync for FetchError