Straightforward HTML document building. Write your HTML with full algorithmic power instead of creating messy and confusing templates that contain typing errors.
//! Easy handling of an HTML document.
/// Methods for easy handling of an HTML document.
pubtraitDocumentExt{/// Converts the given node to an HTML string.
fninto_html(self)-> String;}