DisplayPowerProxyInterface

Trait DisplayPowerProxyInterface 

Source
pub trait DisplayPowerProxyInterface: Send + Sync {
    type SetPowerModeResponseFut: Future<Output = Result<DisplayPowerSetPowerModeResult, Error>> + Send;

    // Required method
    fn set_power_mode(
        &self,
        power_mode: PowerMode,
    ) -> Self::SetPowerModeResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§