Skip to main content

TouchSourceV2ProxyInterface

Trait TouchSourceV2ProxyInterface 

Source
pub trait TouchSourceV2ProxyInterface: Send + Sync {
    // Required method
    fn acknowledge_events(
        &self,
        last_acknowledged_event_stamp: u64,
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn acknowledge_events( &self, last_acknowledged_event_stamp: u64, ) -> Result<(), Error>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§