Function rpc_handler

Source
pub async fn rpc_handler(
    stream: impl Read + Write + Send + Unpin + 'static,
    service: Routes,
)
Expand description

Handler processing RPC API calls.