pub type ServosComponentType<const SERVO_COUNT: usize> = Servo<'static, SERVO_COUNT>;
pub struct ServosComponentType<const SERVO_COUNT: usize> { /* private fields */ }