Skip to main content

wrap_skip_marker

Function wrap_skip_marker 

Source
pub fn wrap_skip_marker(v: Value) -> Value
Expand 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.