pub type ForumThreadResponse = Result<ApiData<ForumThreadObject<ForumThreadAttributes>>, Error>;
Aliased Type§
enum ForumThreadResponse {
Ok(ApiData<ForumThreadObject<ForumThreadAttributes>>),
Err(Error),
}
Variants§
Ok(ApiData<ForumThreadObject<ForumThreadAttributes>>)
Contains the success value
Err(Error)
Contains the error value