Struct tl::Parser[][src]

pub struct Parser<'a> { /* fields omitted */ }
Expand description

The main HTML parser

Users of this library are not supposed to directly construct this struct. Instead, users must call tl::parse() and use the returned VDom.

Implementations

Resolves an internal Node ID obtained from a NodeHandle to a Node

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.