Macro measurements::implement_measurement[][src]

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

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