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