Macro time

Source
macro_rules! time {
    () => { ... };
    ( $( $param:tt )* ) => { ... };
}
Expand description

Creates a new Time element. Same behavior as the elem! macro.