Expand description

Links

Structs

A link (anchor).

The download attribute.

The “href” attribute (currently only usable with the <a> tags, but support for other tags is planned – if you need support now, feel free – and welcome/encouraged – to submit a pull request).

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 “target” attribute for a link.

Functions

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