Skip to main content

GDeviceDriver

Trait GDeviceDriver 

Source
pub trait GDeviceDriver: Send {
    // Required methods
    fn get_model(&self) -> GDeviceModelRef;
    fn open_device(&self, device: &UsbDevice) -> Option<Box<dyn GDevice>>;
}
Expand description

Driver for Logitech G devices

Required Methods§

Implementors§