fidl_fuchsia_input_interaction

Trait NotifierProxyInterface

Source
pub trait NotifierProxyInterface: Send + Sync {
    type WatchStateResponseFut: Future<Output = Result<State, Error>> + Send;

    // Required method
    fn watch_state(&self) -> Self::WatchStateResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§