Expand description
Re-exports
pub use rpc::Handle;
pub use rpc::Inbound;
pub use rpc::ReplyWait;
pub use rpc::WeakHandle;
pub use transport::AsyncFrameRead;
pub use transport::AsyncFrameWrite;
Modules
Structs
- Driver initialization information. All RPC session must be initialized with this struct.
- Contains route to the RPC endpoint, and received payload
Enums
- The response code for the request.
Constants
- Every message starts with this header
Type Definitions
- Commonly used reused payload type alias.