Trait oxygengine_user_interface::raui::core::interactive::InteractionsEngine [−][src]
pub trait InteractionsEngine<R, E> {
fn perform_interactions(&mut self, app: &mut Application) -> Result<R, E>;
}