Docs.rs
prost-simple-rpc-0.3.0
prost-simple-rpc 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dflemstr
Dependencies
bytes ^0.4.9
normal
clippy ^0.0.212
normal
optional
failure ^0.1.2
normal
failure_derive ^0.1.2
normal
futures ^0.1.23
normal
prost ^0.4.0
normal
Versions
100%
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
Module error
prost_
simple_
rpc
0.3.0
Module error
Module Items
Enums
Type Aliases
In crate prost_
simple_
rpc
prost_simple_rpc
Module
error
Copy item path
Source
Expand description
Error type definitions for errors that can occur during RPC interactions.
Enums
§
Error
An error has occurred.
Type Aliases
§
Result
A convenience type alias for creating a
Result
with the error being of type
Error
.