pub trait GetExpectedHashboards: GetDeviceInfo {
// Provided method
fn get_expected_hashboards(&self) -> Option<u8> { ... }
}pub trait GetExpectedHashboards: GetDeviceInfo {
// Provided method
fn get_expected_hashboards(&self) -> Option<u8> { ... }
}