pub fn hex_encode<T>(input: T) -> Stringwhere T: AsRef<[u8]>,
Converts T into a hexadecimal String.
T
String