Trait word_cloud::colors::ColorProvider
source · pub trait ColorProvider {
// Required method
fn random_color(&mut self) -> Rgb<u8>;
}pub trait ColorProvider {
// Required method
fn random_color(&mut self) -> Rgb<u8>;
}