pub trait SimpleColor { // Required method fn rgb(&self) -> (u8, u8, u8); }
Color without alpha channel