pub trait ToHex {
    fn to_hex(&self) -> String;
}
Expand description

Convert to hex

Required Methods

convert to hex

Implementors