Trait rustc_serialize::hex::ToHex
[−]
[src]
pub trait ToHex { fn to_hex(&self) -> String; }
A trait for converting a value to hexadecimal encoding
pub trait ToHex { fn to_hex(&self) -> String; }
A trait for converting a value to hexadecimal encoding