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]

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...