fidl_fuchsia_starnix_binder

Trait ContainerPowerControllerProxyInterface

Source
pub trait ContainerPowerControllerProxyInterface: Send + Sync {
    type RegisterWakeWatcherResponseFut: Future<Output = Result<(), Error>> + Send;

    // Required methods
    fn wake(
        &self,
        payload: ContainerPowerControllerWakeRequest,
    ) -> Result<(), Error>;
    fn register_wake_watcher(
        &self,
        payload: ContainerPowerControllerRegisterWakeWatcherRequest,
    ) -> Self::RegisterWakeWatcherResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§