pub type FetchResponseV14 = FetchResponseV13;Aliased Type§
pub struct FetchResponseV14 {
pub throttle_time_ms: i32,
pub error_code: i16,
pub session_id: i32,
pub responses: Vec<FetchTopicResponseV13>,
}Fields§
§throttle_time_ms: i32§error_code: i16§session_id: i32§responses: Vec<FetchTopicResponseV13>