Skip to main content

ToLeds

Trait 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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§