fugit

Type Alias Hertz

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

Alias for hertz rate

Aliased Typeยง

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