pub trait Colorizer {
    fn colorize(&self, hex: &str) -> String;
}

Required Methods

Implementations on Foreign Types

Implementors