pub fn to_hex_string<T: Clone + Into<Vec<u8>>>(bytes: &T) -> String
Expand description

Serializes bytes into a hex string