Expand description

The <meta> tag.

Structs

The “content” attribute for a <meta> tag.

A metadata element. Useful for adding metadata which can not be represented through other HTML tags.

Enums

An enumeration used for utility purposes. You shouldn’t ever need to construct this directly. Instead you should use one of its member types. These all implement Into for this type. You can then pass them to a method which accepts and type T such that T satisfies Into the type of this utility enum (this is an automatically generated doc comment which is why it doesn’t say Into<type of this enum>.)

The “name” attribute for meta tags. This is called MetaName to disambiguate it from other tags.

Functions

Creates a new Meta tag – functionally equivalent to Meta::new() (but easier to type.)