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