pub fn parse(input: impl Read) -> Result<RenderTree, Error>Expand description
Reads and parses HTML from input and prepares a render tree.
pub fn parse(input: impl Read) -> Result<RenderTree, Error>Reads and parses HTML from input and prepares a render tree.