/// Where a record landed: the partition it was routed to and its offset within
/// that partition.
///
/// Returned by the [`Producer`] send methods. An offset is only meaningful in
/// the context of its partition (each partition has its own independent 0,1,2,…
/// sequence), so kafko reports the pair rather than a bare offset.
///
/// [`Producer`]: crate::Producer