Docs.rs
json-ld-0.4.0
json-ld 0.4.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
timothee-haudebourg
Dependencies
futures ^0.3
normal
iref ^2.0.3
normal
json ^0.12
normal
langtag ^0.2
normal
log ^0.4
normal
mown ^0.2
normal
once_cell ^1.4
normal
reqwest ^0.11
normal
async-std ^1.5
dev
iref-enum ^1.2
dev
static-iref ^1.0
dev
stderrlog ^0.5
dev
tokio ^1.0
dev
Versions
59.52%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Trait TermLike
Required Methods
as_iri
as_str
Implementors
Other items in
json_ld
::
syntax
?
Trait
json_ld
::
syntax
::
TermLike
[
−
]
[src]
pub trait TermLike { fn
as_iri
(&self) ->
Option
<
Iri
<'_>>;
fn
as_str
(&self) -> &
str
; }
Required methods
[src]
fn
as_iri
(&self) ->
Option
<
Iri
<'_>>
[src]
fn
as_str
(&self) -> &
str
Implementors
[src]
impl<T:
Id
>
TermLike
for T
[src]
impl<T:
AsIri
>
TermLike
for
Reference
<T>
[src]
impl<T:
AsIri
>
TermLike
for
Term
<T>
[src]
impl<T:
TermLike
>
TermLike
for
Type
<T>