pub trait AsHtml {
// Required method
fn as_html(&self) -> String;
}Expand description
Convert syntax tree to HTML deconstruction
pub trait AsHtml {
// Required method
fn as_html(&self) -> String;
}Convert syntax tree to HTML deconstruction