Docs.rs
json-ld-syntax-0.9.0-beta
json-ld-syntax 0.9.0-beta
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
timothee-haudebourg
Dependencies
contextual ^0.1.3
normal
decoded-char ^0.1.0
normal
derivative ^2.2.0
normal
hashbrown ^0.12.1
normal
indexmap ^1.9.1
normal
iref ^2.2
normal
json-syntax ^0.8.13
normal
langtag ^0.3.2
normal
locspan ^0.7.9
normal
locspan-derive ^0.5.2
normal
rdf-types ^0.12
normal
smallvec ^1.9
normal
Versions
11.16%
of the crate is documented
Go to latest stable release
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
IntoJson
Required Methods
into_json
Implementations on Foreign Types
Contextual<T, &'n N>
Contextual<T, &'n mut N>
Meta<T, M>
Implementors
In json_ld_syntax
?
Trait
json_ld_syntax
::
IntoJson
source
·
[
−
]
pub trait IntoJson<M>:
Sized
{ fn
into_json
(self) ->
Meta
<
Value
<M>, M>; }
Required Methods
source
fn
into_json
(self) ->
Meta
<
Value
<M>, M>
Implementations on Foreign Types
source
impl<T:
IntoJsonMeta
<M>, M>
IntoJson
<M> for
Meta
<T, M>
source
fn
into_json
(self) ->
Meta
<
Value
<M>, M>
source
impl<'n, T:
IntoJsonWithContext
<M, N>, M, N>
IntoJson
<M> for
Contextual
<T,
&'n
N>
source
fn
into_json
(self) ->
Meta
<
Value
<M>, M>
source
impl<'n, T:
IntoJsonWithContext
<M, N>, M, N>
IntoJson
<M> for
Contextual
<T,
&'n mut
N>
source
fn
into_json
(self) ->
Meta
<
Value
<M>, M>
Implementors