use crateEventId;
/// One entry tracked by [`DlqHeap`]: an event id together with its current
/// aggregated failure count.
///
/// The struct is `#[non_exhaustive]`: future revisions may add fields like
/// `last_failed_at` or `last_error` without breaking downstream callers.