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