Trait hex::ToHex
[−]
[src]
pub trait ToHex {
fn to_hex(&self) -> String;
fn write_hex<W: Write>(&self, w: &mut W) -> Result { ... }
}
pub trait ToHex {
fn to_hex(&self) -> String;
fn write_hex<W: Write>(&self, w: &mut W) -> Result { ... }
}