Trait emerald_core::ToHex [] [src]

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

Convert self into hex string

Required Methods

converts to hex

Implementors