Skip to main content

MessagingClientProxyInterface

Trait MessagingClientProxyInterface 

Source
pub trait MessagingClientProxyInterface: Send + Sync {
    type WatchAccessorResponseFut: Future<Output = Result<MessagingClientWatchAccessorResult, Error>> + Send;

    // Required method
    fn watch_accessor(&self) -> Self::WatchAccessorResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§