pub(crate) fn bytes_to_hex_str(bytes: &[u8]) -> String
Converts a Vec of Bytes to a String of hexadecimal numbers.
Vec
Byte
String