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
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Equivalent
ssi_
json_
ld
0.3.2
Equivalent
Required Methods
equivalent
Implementors
In ssi_
json_
ld::
syntax::
object
ssi_json_ld
::
syntax
::
object
Trait
Equivalent
Copy item path
Source
pub trait Equivalent<K>
where K: ?
Sized
,
{ // Required method fn
equivalent
(&self, key:
&K
) ->
bool
; }
Required Methods
§
Source
fn
equivalent
(&self, key:
&K
) ->
bool
Implementors
§
Source
§
impl<Q, K>
Equivalent
<K> for Q
where Q:
Eq
+ ?
Sized
, K:
Borrow
<Q> + ?
Sized
,