html_dsl/types/id

Types

Refers to the id attribute of a node.

Exists for clarity and to avoid misuse with proper strings

pub type Id {
  Id(String)
  Nil
}

Constructors

  • Id(String)
  • Nil
Search Document