Skip to main content

GestureClient

Trait GestureClient 

Source
pub trait GestureClient {
    // Required method
    fn gesture_event(&self, gesture_event: GestureEvent);
}
Expand description

The gesture client

Required Methods§

Source

fn gesture_event(&self, gesture_event: GestureEvent)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§