Docs.rs
json-ld-core-0.7.0-beta
json-ld-core 0.7.0-beta
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
timothee-haudebourg
Dependencies
contextual ^0.1.3
normal
derivative ^2.2
normal
futures ^0.3
normal
iref ^2.2
normal
json-ld-syntax ^0.7.0-beta
normal
json-syntax ^0.8.11
normal
langtag ^0.3
normal
locspan ^0.7.9
normal
locspan-derive ^0.5.2
normal
log ^0.4
normal
mown ^0.2
normal
once_cell ^1.4
normal
permutohedron ^0.2
normal
pretty_dtoa ^0.3
normal
rdf-types ^0.10
normal
reqwest ^0.11
normal
smallvec ^1.10.0
normal
static-iref ^2.0
normal
uuid ^0.8
normal
iref-enum ^2.1
dev
Versions
31.51%
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
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
☰
Handler
Required Methods
handle
Implementations on Foreign Types
&'a mut H
()
Implementors
In json_ld_core::warning
?
Trait
json_ld_core
::
warning
::
Handler
source
·
[
−
]
pub trait Handler<N, W> { fn
handle
(&mut self, vocabulary:
&
N, warning: W); }
Required Methods
source
fn
handle
(&mut self, vocabulary:
&
N, warning: W)
Implementations on Foreign Types
source
impl<N, W>
Handler
<N, W> for
()
source
fn
handle
(&mut self, _vocabulary:
&
N, _warning: W)
source
impl<'a, N, W, H:
Handler
<N, W>>
Handler
<N, W> for
&'a mut
H
source
fn
handle
(&mut self, vocabulary:
&
N, warning: W)
Implementors
source
impl<N, W:
Display
>
Handler
<N, W> for
Print
source
impl<N, W:
DisplayWithContext
<N>>
Handler
<N, W> for
PrintWith