Kilohertz

Type Alias Kilohertz 

Source
pub type Kilohertz<T> = Rate<T, 1000, 1>;
Expand description

Reexport fugit Alias for kilohertz rate

Aliased Typeยง

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