usecrate::collator::messages_reader::state::ext::ExternalKey;#[derive(Debug, Default, Clone)]pubstructExternalsPartitionReaderState{/// The last processed external message from all ranges
pubprocessed_to: ExternalKey,
/// Actual current processed offset
/// during the messages reading.
/// Is incremented before collect.
pubcurr_processed_offset:u32,
}