alloy_transport::utils

Function 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.