pub type CheckpointId = String;Expand description
An opaque, lexically-sortable (ascending = chronological, since it’s zero-padded-millis-prefixed) checkpoint identifier. This is ALL a session record ever carries for C8 — never file contents.
Aliased Type§
pub struct CheckpointId { /* private fields */ }