pub fn assert_portable(value: &Value) -> Result<(), PortabilityError>
Assert that a runtime Value is portable (JSON-serializable). The only non-portable scalar in the Rust value model is a non-finite float.
Value