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