mangadex_api::v5::schema

Type Alias AtHomeServerResponse

Source
pub type AtHomeServerResponse = Result<AtHomeServer, Error>;

Aliased Type§

enum AtHomeServerResponse {
    Ok(AtHomeServer),
    Err(Error),
}

Variants§

§1.0.0

Ok(AtHomeServer)

Contains the success value

§1.0.0

Err(Error)

Contains the error value