Skip to main content

Feature

Trait Feature 

Source
pub trait Feature:
    Any
    + Send
    + Sync { }
Expand description

Represents a concrete implementation of a HID++2.0 device feature.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§