Module toks::prelude

source ·
Expand description

Prelude module contains several important traits that provide many of the convenience imports in advance.

Re-exports

Structs

  • A fully qualified name (with a namespace), used to depict names of tags and attributes.
  • The DOM itself; the result of parsing.
  • A mutable memory location with dynamically checked borrow rules

Enums

  • The different kinds of nodes in the DOM.

Traits

Functions

Type Definitions

  • Reference to a DOM node.