Trait animate::ToHexString[][src]

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

Required methods

pub fn to_hex_string(&self) -> String[src]

Loading content...

Implementors

impl<C> ToHexString for C where
    C: Into<RgbColor> + Clone
[src]

Loading content...