pub trait StepMode: Sealed {
const PULSES_PER_CYCLE: usize;
}
Expand description
A quadrature-based decoder’s step mode.
Required Associated Constants§
Sourceconst PULSES_PER_CYCLE: usize
const PULSES_PER_CYCLE: usize
The step-mode’s number of pulses per (quadrature) cycle (PPC).
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.