pub trait AsHtml {
    fn as_html(&self) -> String;
}
Expand description

Convert syntax tree to HTML deconstruction

Required Methods

Implementations on Foreign Types

Implementors