Docs.rs
githubapi-0.1.0
githubapi 0.1.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
segfaultsourcery
Dependencies
lazy_static ^1.3.0
normal
regex ^1
normal
reqwest ^0.9
normal
serde ^1.0
normal
serde_json ^1.0
normal
Versions
23.08%
of the crate is documented
Platform
i686-pc-windows-msvc
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
githubapi
0.1.0
ToJson
String
Required Methods
to_json_string
Implementors
In crate githubapi
githubapi
Trait
ToJsonString
Copy item path
Source
pub trait ToJsonString { // Required method fn
to_json_string
(&self) ->
Result
<
String
,
JsonError
>; }
Required Methods
§
Source
fn
to_json_string
(&self) ->
Result
<
String
,
JsonError
>
Implementors
§