pub trait RuntimePM { // Required method fn set_runtime_pm(&self, state: RuntimePowerManagement) -> Result<()>; }