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