mangadex_api::v5::schema

Type Alias ForumThreadResponse

Source
pub type ForumThreadResponse = Result<ApiData<ForumThreadObject<ForumThreadAttributes>>, Error>;

Aliased Type§

enum ForumThreadResponse {
    Ok(ApiData<ForumThreadObject<ForumThreadAttributes>>),
    Err(Error),
}

Variants§

§1.0.0

Ok(ApiData<ForumThreadObject<ForumThreadAttributes>>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value