Docs.rs
rdf-types-0.14.6
rdf-types 0.14.6
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
timothee-haudebourg
Dependencies
contextual ^0.1.6
normal
iref ^2.2
normal
langtag ^0.3
normal
locspan ^0.7.2
normal
locspan-derive ^0.6
normal
thiserror ^1.0.40
normal
uuid ^0.8
normal
Versions
81.82%
of the crate is documented
Go to latest version
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
☰
AsRdfTerm
Required Methods
as_rdf_term
Implementors
In rdf_types
?
Trait
rdf_types
::
AsRdfTerm
source
·
[
−
]
pub trait AsRdfTerm<I, B, L> { // Required method fn
as_rdf_term
(&self) ->
Term
<
Id
<
&I
,
&B
>,
&L
>; }
Required Methods
§
source
fn
as_rdf_term
(&self) ->
Term
<
Id
<
&I
,
&B
>,
&L
>
Implementors
§
source
§
impl<I, B, L>
AsRdfTerm
<I, B, L> for
Id
<I, B>
source
§
impl<I, B, L>
AsRdfTerm
<I, B, L> for
Term
<
Id
<I, B>, L>