Function alloy_transport::utils::to_json_raw_value
source ยท pub fn to_json_raw_value<S>(s: &S) -> TransportResult<Box<RawValue>>where
S: Serialize,
Expand description
Convert to a Box<RawValue>
from a Serialize
type, mapping the error
to a TransportError
.