pub trait ViewRefInstalledProxyInterface: Send + Sync {
type WatchResponseFut: Future<Output = Result<ViewRefInstalledWatchResult, Error>> + Send;
// Required method
fn watch(&self, view_ref: ViewRef) -> Self::WatchResponseFut;
}
pub trait ViewRefInstalledProxyInterface: Send + Sync {
type WatchResponseFut: Future<Output = Result<ViewRefInstalledWatchResult, Error>> + Send;
// Required method
fn watch(&self, view_ref: ViewRef) -> Self::WatchResponseFut;
}