Static Methodsliemeobn.elementary 0.5.0Elementary
charset(_:)
HtmlAttributes.swift:326static func charset(_ value: HTMLAttributeValue.CharacterSet) -> HTMLAttribute<Tag>
static func charset(_ value: HTMLAttributeValue.CharacterSet) -> HTMLAttribute<Tag>
s10Elementary13HTMLAttributeVA2A9HTMLTraitO10AttributesO7charsetRzrlEAHyACyxGAA0B5ValueO12CharacterSetVFZ
What are these?9GTRJ
where Tag:HTMLTagDefinition, Tag:HTMLTrait.Attributes.charset
import Elementary
struct HTMLAttribute<Tag> where Tag : HTMLTagDefinition
An HTML attribute that can be applied to an HTML element of the associated tag.
enum HTMLAttributeValue
A namespace for value types used in attributes.
struct CharacterSet
protocol HTMLTagDefinition : Sendable
A type that represents an HTML tag.
protocol charset