to_string_hex_bytes

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