Docs.rs
unidok-to-html-0.2.0
unidok-to-html 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
Aloso
Dependencies
asciimath-rs ^0.5.8
normal
unidok-parser ^0.2
normal
unidok-repr ^0.2
normal
Versions
3.57%
of the crate is documented
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
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
ToHtml
unidok_
to_
html
0.2.0
ToHtml
Required Methods
to_html
Implementations on Foreign Types
[Node<'_>]
Implementors
In crate unidok_
to_
html
unidok_to_html
Trait
ToHtml
Copy item path
Source
pub trait ToHtml { // Required method fn
to_html
(&self, buf: &mut
String
, within_inline:
bool
); }
Required Methods
§
Source
fn
to_html
(&self, buf: &mut
String
, within_inline:
bool
)
Implementations on Foreign Types
§
Source
§
impl
ToHtml
for [
Node
<'_>]
Source
§
fn
to_html
(&self, buf: &mut
String
, within_inline:
bool
)
Implementors
§
Source
§
impl
ToHtml
for
Node
<'_>
Source
§
impl
ToHtml
for
Element
<'_>