Trait hyperion::models::ToLeds

source ·
pub trait ToLeds {
    // Required method
    fn to_leds(&self) -> Leds;
}
Expand description

Trait for converting a LED configuration to LEDs

Required Methods§

source

fn to_leds(&self) -> Leds

Implementors§