to_hex_char

Function to_hex_char 

Source
pub fn to_hex_char(c: char) -> Option<char>
Expand description

Converts a character to its hex representation if possible. Returns None for non-hex-representable alphabetic characters.