Trait oxygengine_user_interface::raui::core::prelude::InteractionsEngine [−][src]
pub trait InteractionsEngine<R, E> {
pub fn perform_interactions(
&mut self,
app: &mut Application
) -> Result<R, E>;
}Required methods
pub fn perform_interactions(&mut self, app: &mut Application) -> Result<R, E>[src]
Implementations on Foreign Types
impl InteractionsEngine<(), ()> for ()[src]
impl InteractionsEngine<(), ()> for ()[src]pub fn perform_interactions(&mut self, &mut Application) -> Result<(), ()>[src]
Implementors
impl InteractionsEngine<DefaultInteractionsEngineResult, ()> for DefaultInteractionsEngine[src]
impl InteractionsEngine<DefaultInteractionsEngineResult, ()> for DefaultInteractionsEngine[src]pub fn perform_interactions(
&mut self,
app: &mut Application
) -> Result<DefaultInteractionsEngineResult, ()>[src]
&mut self,
app: &mut Application
) -> Result<DefaultInteractionsEngineResult, ()>