Trait primitives::ToHex

source ·
pub trait ToHex {
    fn to_hex(&self) -> String;
    fn to_hex_prefixed(&self) -> String;
}

Required Methods

Implementors