HTMLElement

    An HTML element that can contain content.

    Html+Elements.swift:2
    struct HTMLElement<Tag, Content> where Tag : HTMLTrait.Paired, Content : HTML

    Citizens in Elementary

    Conformances

    Typealiases

    Type members

    Show system interfaces (2)

    Hide system interfaces

    Instance members

    Type features

    Show implementation details (2)

    Hide implementation details

    Instance features

    Show obsolete interfaces (1)

    Hide obsolete interfaces

    Citizens in Elementary

    where Content:HTML, Content:Sendable, Tag:HTMLTrait.Paired

    Conformances

    • protocol Sendable

      A type whose values can safely be passed across concurrency domains by copying.

    Citizens in Elementary

    where Content:HTML, Tag:HTMLTrait.Paired

    Type members