Skip to main content

FeatureImplProducer

Type Alias FeatureImplProducer 

Source
pub type FeatureImplProducer = fn(chan: Arc<HidppChannel>, device_index: u8, feature_index: u8) -> (TypeId, Arc<dyn Feature>);
Expand description

Represents a function that creates a new dynamically sized feature implementation.