RpcHandler

Type Alias RpcHandler 

Source
pub type RpcHandler<T> = PubSubHandler<T, RpcMiddleware>;
Expand description

The RPC IoHandler containing all requested APIs.

Aliased Typeยง

pub struct RpcHandler<T> { /* private fields */ }