Trait ToHtml

Source
pub trait ToHtml {
    // Required method
    fn as_html(&self) -> String;
}
Expand description

Convert syntax tree to HTML deconstruction

Required Methods§

Source

fn as_html(&self) -> String

Implementations on Foreign Types§

Source§

impl ToHtml for Vec<NodeType>

Source§

fn as_html(&self) -> String

Implementors§