pub fn wrap_skip_marker(v: Value) -> ValueExpand description
Wrap v in the reserved { "__mse_skip": true, "value": v } sentinel
shape produced by a SubmitOutcome::Skip submission and consumed by
is_skip_marker / unwrap_skip_marker on the read side. See
SKIP_MARKER_KEY for the reserved-key contract.