fugit

Type Alias Kilohertz

source
pub type Kilohertz<T> = Rate<T, 1_000, 1>;
Expand description

Alias for kilohertz rate

Aliased Typeยง

struct Kilohertz<T> { /* private fields */ }