``` error[E0277]: the size for values of type `(dyn Smbus + 'static)` cannot be known at compilation time --> crates/hmi_display/src/lib.rs:113:20 | 113 | impl Dashboard for LCDDashboard> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time | = help: the trait `Sized` is not implemented for `(dyn Smbus + 'static)` note: required by a bound in `LCDDashboard`