[][src]Trait ethereum_rust_utils::ToHex

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]

impl ToHex for u64
[src]

Implementors