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