pub trait ToLeds { // Required method fn to_leds(&self) -> Leds; }
Trait for converting a LED configuration to LEDs