Module tiny_rsx::ast

source ·

Structs§

  • An HTML attribute consisting of a key and a value: foo="bar".
  • An identifier seperated by dashes: foo-bar-baz.
  • An HTML doctype declaration: .

Enums§

  • An HTML opening or closing tag: <foo>, </foo>.
  • A value, either a string literal or a braced expression.