pub type Ssd1306ComponentType<I> = Ssd1306<'static, I2CDevice<'static, I>>;
struct Ssd1306ComponentType<I> { /* private fields */ }