Trait openrr::teleop::ControlNode[][src]

pub trait ControlNode: Send + Sync {
    fn set_event(&mut self, event: GamepadEvent);
fn proc<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait, Global>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn mode(&self) -> &str;
fn submode(&self) -> &str; }

Required methods

Implementations on Foreign Types

Implementors