pub trait NopColor { // Required method fn nop(&self) -> Color; }
NopColor
nop
NopColor for style::Color
NopColor for Rgb