Trait hex::ToHex [] [src]

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

    fn write_hex<W: Write>(&self, w: &mut W) -> Result { ... }
}

Required Methods

fn to_hex(&self) -> String

Provided Methods

fn write_hex<W: Write>(&self, w: &mut W) -> Result

Implementors