Trait prefix_hex::ToHexPrefixed
source · [−]pub trait ToHexPrefixed {
fn to_hex_prefixed(self) -> String;
}Expand description
Encodes data into an hexadecimal encoded string with a 0x prefix.
Required Methods
fn to_hex_prefixed(self) -> String
fn to_hex_prefixed(self) -> String
Encodes data into an hexadecimal encoded string with a 0x prefix.