pub trait IntoHtmlNode: Debug {
// Required method
fn transform_into_html_node(&self, buffer: &mut dyn Write) -> Result<()>;
}
pub trait IntoHtmlNode: Debug {
// Required method
fn transform_into_html_node(&self, buffer: &mut dyn Write) -> Result<()>;
}