Skip to main content

menu

Macro menu 

menu!() { /* proc-macro */ }
Available on crate features http and html only.
Expand description

A semantic alternative to ul!, but treated by browsers (and exposed through the accessibility tree) as no different than ul!. It represents an unordered list of items (which are represented by li! elements).