Trait malachite_base::strings::ToLowerHexString

source ·
pub trait ToLowerHexString: LowerHex {
    // Required method
    fn to_lower_hex_string(&self) -> String;
}
Expand description

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

Required Methods§

Implementors§