Macro measurements::implement_display[][src]

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

This is a special macro that creates the code to implement std::fmt::Display.