HexString

Trait HexString 

Source
pub trait HexString {
    // Required method
    fn as_hex_string(&self) -> String;
}
Expand description

Creates a string of hexadecimal characters.

Required Methods§

Source

fn as_hex_string(&self) -> String

Turns self into a string of hexadecimal characters.

Implementations on Foreign Types§

Source§

impl HexString for Color

Implementors§