Trait adana_script_core::primitive::DisplayHex
source · pub trait DisplayHex {
// Required method
fn to_hex(&self) -> Self;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait DisplayHex {
// Required method
fn to_hex(&self) -> Self;
}