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