Skip to main content

FetchTopicResponseV16

Type Alias FetchTopicResponseV16 

Source
pub type FetchTopicResponseV16 = FetchTopicResponseV13;

Aliased Type§

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

Fields§

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