fidl_fuchsia_ui_views

Trait ViewRefFocusedProxyInterface

Source
pub trait ViewRefFocusedProxyInterface: Send + Sync {
    type WatchResponseFut: Future<Output = Result<FocusState, Error>> + Send;

    // Required method
    fn watch(&self) -> Self::WatchResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn watch(&self) -> Self::WatchResponseFut

Implementors§