pub trait ToHex { // Required method fn to_hex(&self) -> String; }
Converts the input string to hexadecimal bytes representation in string separated by the specified delimiter.