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>; }
Required methods
fn perform_interactions(&mut self, app: &mut Application) -> Result<R, E>
[src]Implementations on Foreign Types
Implementors
pub fn perform_interactions(
&mut self,
app: &mut Application
) -> Result<DefaultInteractionsEngineResult, ()>
[src]