mangadex_api_schema_rust::v5

Type Alias UserSettingsResponse

Source
pub type UserSettingsResponse = Result<UserSettingsAttributes>;

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