Skip to main content

encode_to_hex

Function encode_to_hex 

Source
pub fn encode_to_hex<T>(object: &T, case: Case) -> String
where T: Encode + ?Sized,
Expand description

Encodes an object into a hex string.