Docs.rs
json-utils-0.3.5
json-utils 0.3.5
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
RGafiyatullin
Dependencies
failure ^0.1
normal
lazy_static ^1.4
normal
maplit ^1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
url ^2
normal
valico ^3.1
normal
Versions
3.66%
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
json_
utils
0.3.5
Path
Component
Required Methods
as_str_slice
Implementations on Foreign Types
&'a String
&'a str
Implementors
In json_
utils::
query
json_utils
::
query
Trait
PathComponent
Copy item path
Source
pub trait PathComponent<'a> { // Required method fn
as_str_slice
(&self) -> &
str
; }
Required Methods
§
Source
fn
as_str_slice
(&self) -> &
str
Implementations on Foreign Types
§
Source
§
impl<'a>
PathComponent
<'a> for &'a
str
Source
§
fn
as_str_slice
(&self) -> &
str
Source
§
impl<'a>
PathComponent
<'a> for &'a
String
Source
§
fn
as_str_slice
(&self) -> &
str
Implementors
§