duration

Macro duration 

Source
macro_rules! duration {
    ($name:expr $(, $key:expr => $val:expr)* $(,)?) => { ... };
}