Docs.rs
json-ld-context-processing-0.21.2
json-ld-context-processing 0.21.2
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
timothee-haudebourg
Dependencies
contextual ^0.1.4
normal
futures ^0.3
normal
iref ^3.1.2
normal
json-ld-core ^0.21.2
normal
json-ld-syntax ^0.21.2
normal
mown ^0.2.2
normal
owning_ref ^0.4.1
normal
rdf-types ^0.22
normal
thiserror ^1.0.38
normal
Versions
33.33%
of the crate is documented
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
json_
ld_
context_
processing
0.21.2
Warning
Handler
Implementors
In crate json_
ld_
context_
processing
json_ld_context_processing
Trait
WarningHandler
Copy item path
Source
pub trait WarningHandler<N>:
Handler
<N,
Warning
> { }
Implementors
§
Source
§
impl<N, H>
WarningHandler
<N> for H
where H:
Handler
<N,
Warning
>,