pub type MergeSessionId = String;Expand description
Stable id for a merge in flight. Caller-supplied so the HTTP surface can map URLs to sessions without leaking session ids from the engine. Production callers will likely use UUIDs; tests use short strings.
Aliased Typeยง
pub struct MergeSessionId { /* private fields */ }