Docs.rs
json-ld-context-processing-0.8.0-beta
json-ld-context-processing 0.8.0-beta
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
timothee-haudebourg
Dependencies
contextual ^0.1.3
normal
futures ^0.3
normal
iref ^2.2
normal
json-ld-core ^0.8.0-beta
normal
json-ld-syntax ^0.8.0-beta
normal
locspan ^0.7.9
normal
mown ^0.2.1
normal
rdf-types ^0.11
normal
Versions
36.96%
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_context_processing::warning
?
Trait
json_ld_context_processing
::
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<'a, N, W, H>
Handler
<N, W> for
&'a mut
H
where
H:
Handler
<N, W>,
source
fn
handle
(&mut self, vocabulary:
&
N, warning: W)
source
impl<N, W>
Handler
<N, W> for
()
source
fn
handle
(&mut self, _vocabulary:
&
N, _warning: W)
Implementors
source
impl<N, W>
Handler
<N, W> for
Print
where
W:
Display
,
source
impl<N, W>
Handler
<N, W> for
PrintWith
where
W:
DisplayWithContext
<N>,