Module toks::prelude [] [src]

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

Reexports

pub use html5ever::interface::Attribute;

Structs

QualName

A name with a namespace. Fully qualified name. Used to depict names of tags and attributes.

RefCell

A mutable memory location with dynamically checked borrow rules

Type Definitions

Handle

Reference to a DOM node.