Trait 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
impl InteractionsEngine<(), ()> for ()[src]
impl InteractionsEngine<(), ()> for ()[src]fn perform_interactions(&mut self, _: &mut Application) -> Result<(), ()>[src]
Implementors
impl InteractionsEngine<DefaultInteractionsEngineResult, ()> for DefaultInteractionsEngine[src]
impl InteractionsEngine<DefaultInteractionsEngineResult, ()> for DefaultInteractionsEngine[src]fn perform_interactions(
&mut self,
app: &mut Application
) -> Result<DefaultInteractionsEngineResult, ()>[src]
&mut self,
app: &mut Application
) -> Result<DefaultInteractionsEngineResult, ()>