Trait hex::ToHex [] [src]

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

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

Required Methods

Provided Methods

Implementors