Trait grin_util::ToHex[][src]

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

Convert to hex

Required methods

fn to_hex(&self) -> String[src]

convert to hex

Loading content...

Implementors

impl<T: AsRef<[u8]>> ToHex for T[src]

fn to_hex(&self) -> String[src]

Loading content...