Docs.rs
gitconfig2json-0.4.0
gitconfig2json 0.4.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
sanemat
Dependencies
gitconfig ^0.1.0
normal
serde_json ^1.0.6
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
ToJsonable
gitconfig2json
0.4.0
ToJsonable
Required Methods
to_json_value
Implementations on Foreign Types
Value
Implementors
In crate gitconfig2json
gitconfig2json
Trait
ToJsonable
Copy item path
Source
pub trait ToJsonable { // Required method fn
to_json_value
(&self) ->
Value
; }
Required Methods
§
Source
fn
to_json_value
(&self) ->
Value
Implementations on Foreign Types
§
Source
§
impl
ToJsonable
for
Value
Source
§
fn
to_json_value
(&self) ->
Value
Implementors
§