mangadex_api::v5::schema

Type Alias UserHistoryResponse

Source
pub type UserHistoryResponse = Result<UserHistory, Error>;

Aliased Type§

enum UserHistoryResponse {
    Ok(UserHistory),
    Err(Error),
}

Variants§

§1.0.0

Ok(UserHistory)

Contains the success value

§1.0.0

Err(Error)

Contains the error value