Docs.rs
rdf-types-0.22.5
rdf-types 0.22.5
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
timothee-haudebourg
Dependencies
contextual ^0.1.6
normal
optional
educe ^0.5.11
normal
indexmap ^2.2.5
normal
iref ^3.1.4
normal
langtag ^0.4.0
normal
raw-btree ^0.3.1
normal
replace_with ^0.1.7
normal
serde ^1.0
normal
optional
slab ^0.4.9
normal
static-iref ^3.0
normal
thiserror ^1.0.57
normal
uuid ^0.8
normal
optional
rand ^0.8.5
dev
Versions
30.43%
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
rdf_
types
0.22.5
Interpretation
Required Associated Types
Resource
Implementations on Foreign Types
&I
&mut I
()
Implementors
In rdf_
types::
interpretation
rdf_types
::
interpretation
Trait
Interpretation
Copy item path
Source
pub trait Interpretation { type
Resource
; }
Expand description
RDF resource interpretation.
Required Associated Types
§
Source
type
Resource
Resource identifier type.
Implementations on Foreign Types
§
Source
§
impl
Interpretation
for
()
Source
§
type
Resource
=
Term
Source
§
impl<I:
Interpretation
>
Interpretation
for
&I
Source
§
type
Resource
= <I as
Interpretation
>::
Resource
Source
§
impl<I:
Interpretation
>
Interpretation
for
&mut I
Source
§
type
Resource
= <I as
Interpretation
>::
Resource
Implementors
§
Source
§
impl
Interpretation
for
Indexed
Source
§
type
Resource
=
ResourceIndex
Source
§
impl<I:
Interpretation
, G>
Interpretation
for
WithGenerator
<G, I>
Source
§
type
Resource
= <I as
Interpretation
>::
Resource
Source
§
impl<V:
Vocabulary
>
Interpretation
for
VocabularyInterpretation
<V>
Source
§
type
Resource
=
Term
<
Id
<<V as
IriVocabulary
>::
Iri
, <V as
BlankIdVocabulary
>::
BlankId
>, <V as
LiteralVocabulary
>::
Literal
>