Trait adana_script_core::primitive::DisplayHex

source ·
pub trait DisplayHex {
    // Required method
    fn to_hex(&self) -> Self;
}

Required Methods§

source

fn to_hex(&self) -> Self

Object Safety§

This trait is not object safe.

Implementors§