Struct fluvio_dataplane_protocol::fetch::FetchableTopicResponse [−][src]
pub struct FetchableTopicResponse<R> where
R: Encoder + Decoder + Default + Debug, {
pub name: String,
pub partitions: Vec<FetchablePartitionResponse<R>>,
pub data: PhantomData<R>,
}Fields
name: StringThe topic name.
partitions: Vec<FetchablePartitionResponse<R>>The topic partitions.
data: PhantomData<R>