fidl_fuchsia_ui_scenic

Trait SessionListenerProxyInterface

Source
pub trait SessionListenerProxyInterface: Send + Sync {
    // Required methods
    fn on_scenic_error(&self, error: &str) -> Result<(), Error>;
    fn on_scenic_event(&self, events: Vec<Event>) -> Result<(), Error>;
}

Required Methods§

Source

fn on_scenic_error(&self, error: &str) -> Result<(), Error>

Source

fn on_scenic_event(&self, events: Vec<Event>) -> Result<(), Error>

Implementors§