Trait ToHexString
ux
pub trait ToHexString { pub fn to_hex_string(&self) -> String; }
pub fn to_hex_string(&self) -> String
impl<C> ToHexString for C where C: Into<RgbColor> + Clone,