pub trait TouchDataExt: Send + Sync {
    // Required method
    fn touch_data(&self) -> &TouchData;
}

Required Methods§

Implementors§