Skip to main content

FetchTopicResponseV14

Type Alias FetchTopicResponseV14 

Source
pub type FetchTopicResponseV14 = FetchTopicResponseV13;

Aliased Type§

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

Fields§

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