Skip to main content

decode_record_link_value

Function decode_record_link_value 

Source
pub fn decode_record_link_value(value: &mut Value)
Expand description

Rewrites string-form record links into the canonical RecordId serde contract.

This remains available for callers that are explicitly decoding RecordId-typed payloads. Generic stored-row decode paths should prefer field-type-aware deserialization instead of recursively rewriting arbitrary strings.