Docs.rs
httplite-0.1.1
httplite 0.1.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
zeuzmakessoftware
Dependencies
Versions
0%
of the crate is documented
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
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
httplite
0.1.1
ToJson
Required Methods
to_json
Implementations on Foreign Types
&str
HashMap<K, V>
String
Vec<T>
[T; N]
i32
Implementors
In crate httplite
Trait
httplite
::
ToJson
Copy item path
source
·
[
−
]
pub trait ToJson { // Required method fn
to_json
(&self) ->
String
; }
Required Methods
§
source
fn
to_json
(&self) ->
String
Implementations on Foreign Types
§
source
§
impl
ToJson
for &
str
source
§
fn
to_json
(&self) ->
String
source
§
impl
ToJson
for
i32
source
§
fn
to_json
(&self) ->
String
source
§
impl
ToJson
for
String
source
§
fn
to_json
(&self) ->
String
source
§
impl<K:
ToJson
, V:
ToJson
>
ToJson
for
HashMap
<K, V>
source
§
fn
to_json
(&self) ->
String
source
§
impl<T:
ToJson
>
ToJson
for
Vec
<T>
source
§
fn
to_json
(&self) ->
String
source
§
impl<T:
ToJson
, const N:
usize
>
ToJson
for
[T; N]
source
§
fn
to_json
(&self) ->
String
Implementors
§