Skip to main content

Crate muxio_tokio_rpc_server

Crate muxio_tokio_rpc_server 

Source

Modules§

utils

Structs§

ConnectionContext
ConnectionContextHandle
A wrapper around Arc<ConnectionContext> to satisfy Rust’s orphan rule. This local newtype allows us to implement the foreign RpcServiceCallerInterface trait.
RpcServer
An RPC server that listens for WebSocket connections and handles RPC calls.

Enums§

RpcServerEvent
Represents events that occur on the RpcServer.

Traits§

RpcServiceEndpointInterface