pub trait AsHtml {
    // 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 AsHtml for Vec<NodeType>

source§

fn as_html(&self) -> String

Implementors§