Trait DocumentExt

Source
pub trait DocumentExt {
    // Required method
    fn into_html(self) -> String;
}
Expand description

Methods for easy handling of an HTML document.

Required Methods§

Source

fn into_html(self) -> String

Converts the given node to an HTML string.

Implementors§