[][src]Trait raui::core::prelude::InteractionsEngine

pub trait InteractionsEngine<R, E> {
    pub fn perform_interactions(&mut self, app: &Application) -> Result<R, E>;
}

Required methods

pub fn perform_interactions(&mut self, app: &Application) -> Result<R, E>[src]

Loading content...

Implementations on Foreign Types

impl InteractionsEngine<(), ()> for ()[src]

Loading content...

Implementors

Loading content...