Skip to main content

StorageTimelyLogReader

Type Alias StorageTimelyLogReader 

Source
pub(crate) type StorageTimelyLogReader = Arc<EventLink<Timestamp, Vec<(Duration, TimelyEvent)>>>;
Expand description

Type alias for the storage timely log reader.

Aliased Typeยง

pub(crate) struct StorageTimelyLogReader { /* private fields */ }