pub(crate) type StorageTimelyLogReader = Arc<EventLink<Timestamp, Vec<(Duration, TimelyEvent)>>>;
Type alias for the storage timely log reader.
pub(crate) struct StorageTimelyLogReader { /* private fields */ }