hex_encode_upper

Function hex_encode_upper 

Source
pub fn hex_encode_upper<T: AsRef<[u8]>>(data: T) -> String
Expand description

Returns a upper-case, 0x-prefixed, hex-encoded String representation of data.