pub fn serialize_hex<T>(data: &T) -> Stringwhere
    T: Encodable + ?Sized,
Expand description

Encodes an object into a hex-encoded string.