Trait bsv_wasm::traits::HexTrait[][src]

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

Required methods

Implementors