ToHexString

Trait ToHexString 

Source
pub trait ToHexString {
    // Required method
    fn to_hex_string(&self) -> String;
}

Required Methods§

Implementors§

Source§

impl<C> ToHexString for C
where C: Into<RgbColor> + Clone,