pub fn to_json_raw_value<S>(s: &S) -> TransportResult<Box<RawValue>>where S: Serialize,
Convert to a Box<RawValue> from a Serialize type, mapping the error to a TransportError.
Box<RawValue>
Serialize
TransportError