macro_rules! implement_measurement {
    ($($t:ty)*) => { ... };
}
Expand description

This is a special macro that creates the code to implement operator and comparison overrides.