html_dsl/types/class

Types

Refers to the class attribute of a node.

Exists for clarity and to avoid misuse with proper strings

pub type Class {
  Class(String)
  Nil
}

Constructors

  • Class(String)
  • Nil
Search Document