Expand description
Core types for Mill-RPC: wire protocol, codecs, errors, and dispatcher traits.
Re-exports§
pub use codec::Codec;pub use codec::CodecType;pub use context::RpcContext;pub use error::RpcError;pub use error::RpcStatus;pub use protocol::Flags;pub use protocol::Frame;pub use protocol::FrameHeader;pub use protocol::MessageType;
Modules§
Traits§
- RpcTransport
- Trait for client-side RPC transport.
- Service
Dispatch - Trait for dispatching RPC calls to handler methods.