Struct kafka::client::PartitionOffset [] [src]

pub struct PartitionOffset {
    pub offset: Result<i64>,
    pub partition: i32,
}

A retrieved offset for a particular partition in the context of an already known topic.

Fields

offset: Result<i64> partition: i32

Trait Implementations

impl Debug for PartitionOffset
[src]

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

Formats the value using the given formatter.