Docs.rs
orpc-1.1.0
orpc 1.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ahonn
Dependencies
base64 ^0.22
normal
futures-core ^0.3
normal
orpc-macros ^1.1.0
normal
orpc-procedure ^1.1.0
normal
serde ^1
normal
serde_json ^1
normal
futures-util ^0.3
dev
tokio ^1
dev
Versions
55.47%
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
Skip to main content
Module handler
orpc
1.1.0
Module handler
Module Items
Traits
Type Aliases
In crate orpc
orpc
Module
handler
Copy item path
Source
Traits
§
Handler
Handler function signature. Auto-implemented for async fn with matching signature.
Type Aliases
§
BoxFuture
Pinned, boxed, Send future. Used throughout the middleware and handler system.