Docs.rs
graph-error-0.1.1
graph-error 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sreeise
Dependencies
async-trait ^0.1
normal
base64 ^0.13
normal
futures ^0.3
normal
handlebars ^2.0.2
normal
http-serde ^1
normal
hyper ^0.14
normal
reqwest ^0.11
normal
ring ^0.16.15
normal
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.8
normal
thiserror ^1
normal
tokio ^1
normal
url ^2
normal
Versions
6.31%
of the crate is documented
Go to latest version
Platform
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
☰
Type Definition GraphResult
Other items in
graph_error
?
Type Definition
graph_error
::
GraphResult
source
·
[
−
]
pub type GraphResult<T> =
Result
<T,
GraphFailure
>;