Docs.rs
generic-json-0.2.0
generic-json 0.2.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
timothee-haudebourg
Dependencies
cc-traits ^0.7
normal
ijson ^0.1
normal
smallstr ^0.2
normal
smallvec ^1.7
normal
Versions
84.15%
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
☰
Trait Key
Required Methods
metadata
Implementations on Foreign Types
String
Implementors
Other items in
generic_json
?
Trait
generic_json
::
Key
[
−
]
[src]
pub trait Key<M>:
Eq
+
Hash
+
Deref
<Target =
str
> { fn
metadata
(&self) ->
&
M; }
Expand description
JSON object key.
Required methods
[src]
fn
metadata
(&self) ->
&
M
Implementations on Foreign Types
[src]
impl
Key
<
()
> for
String
[src]
fn
metadata
(&self) -> &
()
Implementors