macro_rules! time {
() => { ... };
( $( $param:tt )* ) => { ... };
}
Expand description
Creates a new Time
element. Same behavior as the elem!
macro.
macro_rules! time {
() => { ... };
( $( $param:tt )* ) => { ... };
}
Creates a new Time
element. Same behavior as the elem!
macro.