Trait raui_core::interactive::InteractionsEngine [−][src]
Required methods
fn perform_interactions(&mut self, app: &mut Application) -> Result<R, E>[src]
Implementations on Foreign Types
impl InteractionsEngine<(), ()> for ()[src]
fn perform_interactions(&mut self, _: &mut Application) -> Result<(), ()>[src]
Implementors
impl InteractionsEngine<DefaultInteractionsEngineResult, ()> for DefaultInteractionsEngine[src]
fn perform_interactions(
&mut self,
app: &mut Application
) -> Result<DefaultInteractionsEngineResult, ()>[src]
&mut self,
app: &mut Application
) -> Result<DefaultInteractionsEngineResult, ()>