pub trait DocumentExt {
// Required method
fn into_html(self) -> String;
}Expand description
Methods for easy handling of an HTML document.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".