pub type SegmentId = u32;Expand description
Unique identifier for a segment.
Segment IDs are monotonically increasing integers assigned when segments
are created. Use with LogRead::list_keys
to query keys within specific segments.
pub type SegmentId = u32;Unique identifier for a segment.
Segment IDs are monotonically increasing integers assigned when segments
are created. Use with LogRead::list_keys
to query keys within specific segments.