fidl_test_pkg_eventqueue

Trait ExampleEventMonitorProxyInterface

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

    // Required method
    fn on_event(&self, event: &str) -> Self::OnEventResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn on_event(&self, event: &str) -> Self::OnEventResponseFut

Implementors§