macro_rules! impl_to_hex_from_lower_hex {
($t:ident, $hex_len_fn:expr) => { ... };
}Expand description
Adds an implementation of pub fn to_hex(&self) -> String.
The added function allocates a String then calls through to core::fmt::LowerHex.