Trait emerald_rs::ToHex [] [src]

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

Convert self into hex string

Required Methods

converts to hex

Implementations on Foreign Types

impl ToHex for [u8]
[src]

[src]

impl ToHex for u64
[src]

[src]

Implementors