Skip to main content

ToUpperHexString

Trait ToUpperHexString 

Source
pub trait ToUpperHexString: UpperHex {
    // Required method
    fn to_upper_hex_string(&self) -> String;
}
Expand description

A trait that provides an ergonomic way to create the string specified by an UpperHex implementation.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§