RebootMethodsWatcherRegisterProxyInterface

Trait RebootMethodsWatcherRegisterProxyInterface 

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

    // Required method
    fn register_watcher(
        &self,
        watcher: ClientEnd<RebootWatcherMarker>,
    ) -> Self::RegisterWatcherResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§