//! Some utility structures
//!//! This module is _not_ exposed to the public directly.
/// A retrieved offset for a particular partition in the context of an
/// already known topic.
#[derive(Debug, Hash, PartialEq, Eq)]pubstructPartitionOffset{puboffset:i64,
pubpartition:i32,
}