[][src]Trait emerald_rs::ToHex

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

Convert self into hex string

Required methods

fn to_hex(&self) -> String

converts to hex

Loading content...

Implementations on Foreign Types

impl ToHex for [u8][src]

impl ToHex for u64[src]

Loading content...

Implementors

Loading content...