Function ser_write_json::ser::to_string_hex_bytes

source ยท
pub fn to_string_hex_bytes<T>(value: &T) -> Result<String, SerError>
where T: Serialize + ?Sized,
Available on crate features std or alloc only.