Macro duration_display

Source
macro_rules! duration_display {
    ($convert:ident, $t:ty, $scale:tt) => { ... };
}