Skip to main content

FetchTopicResponseV17

Type Alias FetchTopicResponseV17 

Source
pub type FetchTopicResponseV17 = FetchTopicResponseV16;

Aliased Type§

pub struct FetchTopicResponseV17 {
    pub topic_id: [u8; 16],
    pub partitions: Vec<FetchPartitionResponseV12>,
}

Fields§

§topic_id: [u8; 16]§partitions: Vec<FetchPartitionResponseV12>