rbatis_codegen::codegen::syntax_tree_pysql

Trait AsHtml

Source
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§