pub fn serialize(v: &Value) -> Result<SerializedValue, CloneError>Expand description
Serialize a Value into a Send + Sync wire form suitable for crossing an
isolate boundary. Returns CloneError for non-shareable values.
pub fn serialize(v: &Value) -> Result<SerializedValue, CloneError>Serialize a Value into a Send + Sync wire form suitable for crossing an
isolate boundary. Returns CloneError for non-shareable values.