logo
pub trait ToHexString {
    fn to_hex_string(&self) -> String;
}
Expand description

Defines conversion to hex sting functionality

Required Methods

Represents a color as a hexadecimal string

Implementors