Docs.rs
etch-0.4.2
etch 0.4.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
wtfsophia
Dependencies
bork ^0.2
normal
glue ^0.8
normal
serde ^1
normal
syntect ^3
normal
optional
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
RenderableNode
etch
0.4.2
Renderable
Node
Required Methods
html
text
Implementations on Foreign Types
Vec<Node>
Implementors
In etch::
nodes
etch
::
nodes
Trait
Renderable
Node
Copy item path
Source
pub trait RenderableNode { // Required methods fn
html
(&self) ->
String
;
fn
text
(&self) ->
String
; }
Required Methods
§
Source
fn
html
(&self) ->
String
Source
fn
text
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
RenderableNode
for
Vec
<
Node
>
Source
§
fn
html
(&self) ->
String
Source
§
fn
text
(&self) ->
String
Implementors
§
Source
§
impl
RenderableNode
for
NodeAttributes
Source
§
impl
RenderableNode
for
NodeChildren