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