Docs.rs
sophia-0.10.0
sophia 0.10.0
Permalink
Docs.rs crate page
Apache-2.0
/
CECILL-B
Links
Repository
crates.io
Source
Owners
pchampin
Dependencies
sophia_api ^0.10.0
normal
sophia_c14n ^0.10.0
normal
sophia_inmem ^0.10.0
normal
sophia_iri ^0.10.0
normal
sophia_isomorphism ^0.10.0
normal
sophia_jsonld ^0.10.0
normal
optional
sophia_reasoner ^0.10.0
normal
optional
sophia_resource ^0.10.0
normal
sophia_sparql ^0.10.0
normal
optional
sophia_sparql_client ^0.10.0
normal
optional
sophia_term ^0.10.0
normal
sophia_turtle ^0.10.0
normal
sophia_xml ^0.10.0
normal
optional
url ^2
dev
Versions
100%
of the crate is documented
Platform
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
Skip to main content
WarningHandler
sophia
0.10.0
Warning
Handler
Implementors
In sophia::
jsonld::
json_
ld::
context_
processing
sophia
::
jsonld
::
json_ld
::
context_processing
Trait
Warning
Handler
Copy item path
Source
pub trait WarningHandler<N, M>:
Handler
<N,
Meta
<
Warning
, M>> { }
Implementors
§
Source
§
impl<N, M, H>
WarningHandler
<N, M> for H
where H:
Handler
<N,
Meta
<
Warning
, M>>,