[][src]Module bounced::strategy

Debouncing Strategies

The types in this module define the debouncing strategies available.

The Strategy trait defines to what all strategies must conform. If a custom strategy is desired, implement this trait and use the strategy in a Debouncer.

Structs

Integrator

Integrating Strategy for Debouncing

Traits

Strategy

Defining the Debouncing Algorithm