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