Docs.rs
rusty-html-0.1.2
rusty-html 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
michaelvanstraten
Dependencies
rusty-html-macros ^0.1
normal
Versions
33.33%
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
☰
HTMLify
Required Methods
htmlify
Implementations on Foreign Types
&str
String
Vec<T>
bool
char
f32
f64
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
In rusty_html
?
Trait
rusty_html
::
HTMLify
source
·
[
−
]
pub trait HTMLify { fn
htmlify
(&self) ->
String
; }
Required Methods
source
fn
htmlify
(&self) ->
String
Implementations on Foreign Types
source
impl
HTMLify
for
i8
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for
i16
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for
i32
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for
i64
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for
i128
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for
isize
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for
u8
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for
u16
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for
u32
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for
u64
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for
u128
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for
usize
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for
f32
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for
f64
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for
char
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for &
str
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for
bool
source
fn
htmlify
(&self) ->
String
source
impl
HTMLify
for
String
source
fn
htmlify
(&self) ->
String
source
impl<T:
HTMLify
>
HTMLify
for
Vec
<T>
source
fn
htmlify
(&self) ->
String
Implementors