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
Fallible
Graph
Required Associated Types
Error
Resource
Implementors
In rdf_
types::
dataset
rdf_types
::
dataset
Trait
FallibleGraph
Copy item path
Source
pub trait FallibleGraph { type
Resource
; type
Error
; }
Expand description
Fallible graph.
Required Associated Types
§
Source
type
Resource
Source
type
Error
Implementors
§
Source
§
impl<D:
Graph
>
FallibleGraph
for D
Source
§
type
Resource
= <D as
Graph
>::
Resource
Source
§
type
Error
=
Infallible