pub type LedsComponentType<L, const NUMLEDS: usize> = LedDriver<'static, L, NUMLEDS>;
struct LedsComponentType<L, const NUMLEDS: usize> { /* private fields */ }