Docs.rs
ssi-json-ld-0.3.2
ssi-json-ld 0.3.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
sbihel
github:spruceid:standards
Dependencies
combination ^0.1
normal
iref ^3.2.2
normal
json-ld ^0.21.2
normal
json-syntax ^0.12.5
normal
lazy_static ^1.4
normal
linked-data ^0.1.2
normal
serde ^1.0
normal
ssi-contexts ^0.1.10
normal
ssi-rdf ^0.1
normal
static-iref ^3.0
normal
thiserror ^1.0.40
normal
serde_json ^1.0
dev
tokio ^1.27.0
dev
Versions
8.62%
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
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
ssi_
json_
ld
0.3.2
Warning
Handler
Implementors
In ssi_
json_
ld::
context_
processing
ssi_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
>,