Docs.rs
rbatis-codegen-4.0.8
rbatis-codegen 4.0.8
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
zhuxiujia
Dependencies
async-trait ^0.1
normal
base64 ^0.13
normal
html_parser ^0.6.3
normal
proc-macro2 ^1.0
normal
quote ^1.0
normal
rbs ^0.1
normal
serde ^1
normal
serde_json ^1
normal
syn ^1.0
normal
url ^2.2.2
normal
Versions
25.39%
of the crate is documented
This release has been yanked, go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
AsHtml
Required Methods
as_html
Implementations on Foreign Types
Vec<NodeType>
Implementors
In rbatis_codegen::codegen::syntax_tree
?
Trait
rbatis_codegen
::
codegen
::
syntax_tree
::
AsHtml
source
·
[
−
]
pub trait AsHtml { 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
source
impl
AsHtml
for
NodeType
source
impl
AsHtml
for
BindNode
source
impl
AsHtml
for
ChooseNode
source
impl
AsHtml
for
ContinueNode
source
impl
AsHtml
for
ForEachNode
source
impl
AsHtml
for
IfNode
source
impl
AsHtml
for
OtherwiseNode
source
impl
AsHtml
for
SetNode
source
impl
AsHtml
for
StringNode
source
impl
AsHtml
for
TrimNode
source
impl
AsHtml
for
WhenNode
source
impl
AsHtml
for
WhereNode