ToHex

Trait ToHex 

Source
pub trait ToHex {
    // Required method
    fn to_hex(&self) -> String;
}

Required Methods§

Source

fn to_hex(&self) -> String

Implementations on Foreign Types§

Source§

impl ToHex for str

Source§

fn to_hex(&self) -> String

Converts the input string to hexadecimal bytes representation in string separated by the specified delimiter.

Implementors§