Struct kafka::utils::TopicPartition [] [src]

pub struct TopicPartition {
    pub topic: String,
    pub partition: i32,
}

Fields

topic: String partition: i32

Trait Implementations

impl Debug for TopicPartition
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.