fidl_fuchsia_driver_development

Trait BootupWatcherProxyInterface

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

    // Required method
    fn wait_for_bootup(&self) -> Self::WaitForBootupResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§