pub fn hex_encode<T>(input: T) -> String
where T: AsRef<[u8]>,
Expand description

Converts T into a hexadecimal String.