pub type MangaData = ApiData<ApiObject<MangaAttributes>>;
Aliased Type§
struct MangaData {
pub result: ResultType,
pub response: ResponseType,
pub data: ApiObject<MangaAttributes>,
}
Fields§
§result: ResultType
§response: ResponseType
§data: ApiObject<MangaAttributes>