Skip to main content

FetchTopicResponseV18

Type Alias FetchTopicResponseV18 

Source
pub type FetchTopicResponseV18 = FetchTopicResponseV17;

Aliased Type§

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

Fields§

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