pub type Kilohertz<T> = Rate<T, 1_000, 1>;
Alias for kilohertz rate
struct Kilohertz<T> { /* private fields */ }