pub trait DocumentExt { fn into_html(self) -> String; }
Methods for easy handling of an HTML document.
Converts the given node to an HTML string.