pub fn meta(content: impl View) -> Html<Meta, (), impl View>Expand description
The meta element represents various kinds of metadata that cannot be expressed using the
super::title::title, super::base::base, super::link::link, super::style::style, and
super::script::script elements.