Macro temporal_display

Source
macro_rules! temporal_display {
    ($convert:ident, $format:ident, $t:ty) => { ... };
}