mangadex_api::v5::schema

Type Alias UserSettingsResponse

Source
pub type UserSettingsResponse = Result<UserSettingsAttributes, Error>;

Aliased Type§

enum UserSettingsResponse {
    Ok(UserSettingsAttributes),
    Err(Error),
}

Variants§

§1.0.0

Ok(UserSettingsAttributes)

Contains the success value

§1.0.0

Err(Error)

Contains the error value