Type Alias fugit::Kilohertz

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

Alias for kilohertz rate

Aliased Type§

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