fidl_fuchsia_ui_keyboard_focus

Trait ControllerProxyInterface

Source
pub trait ControllerProxyInterface: Send + Sync {
    type NotifyResponseFut: Future<Output = Result<(), Error>> + Send;

    // Required method
    fn notify(&self, view_ref: ViewRef) -> Self::NotifyResponseFut;
}

Required Associated Types§

Source

type NotifyResponseFut: Future<Output = Result<(), Error>> + Send

Required Methods§

Source

fn notify(&self, view_ref: ViewRef) -> Self::NotifyResponseFut

Implementors§